mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-27 04:32:53 +00:00
7 lines
No EOL
218 B
Objective-C
7 lines
No EOL
218 B
Objective-C
#import "YTCollectionViewCell.h"
|
|
|
|
@interface YTSettingsCell : YTCollectionViewCell
|
|
@property (nonatomic, assign, readwrite) BOOL enabled;
|
|
- (void)setSwitchOn:(BOOL)on animated:(BOOL)animated;
|
|
- (void)toggleSwitch;
|
|
@end |