cdts/xdts-ios 3/TreeHole/Code/Utility/PickerButton.h
2023-07-27 09:20:00 +08:00

19 lines
225 B
Objective-C

//
// 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