Files
YTLitePlus/Tweaks/PSHeader/CameraApp/PLCameraSettingsGroupView.h
2023-06-27 09:54:41 +02:00

7 lines
209 B
Objective-C

NS_CLASS_DEPRECATED_IOS(5_0, 6_1)
@interface PLCameraSettingsGroupView : UIView
@property (retain, nonatomic) UIView *accessorySwitch;
- (void)setType:(NSInteger)type;
- (void)setTitle:(NSString *)title;
@end