cdts/xdts-ios 3/TreeHole/Code/Utility/PickerButton.h

19 lines
225 B
C
Raw Permalink Normal View History

2023-07-27 09:20:00 +08:00
//
// PickerButton.h
// BabyAlbum
//
// Created by mambaxie on 2021/7/3.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface PickerButton : UIButton
+ (instancetype)pickerButton;
@end
NS_ASSUME_NONNULL_END