6 lines
209 B
Objective-C
6 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
|