Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #import <UIKit/UIKit.h>
- @interface BMOptionCell : UITableViewCell
- @property (nonatomic, weak) NSString *name; // Name of setting
- @property (nonatomic, strong) IBOutlet UISwitch *cellSwitch; //Switch for settings
- @property (nonatomic, strong) NSString *detail; // Setting details
- @property (nonatomic, strong) NSString *setOn; // Setting is set to On
- @property (nonatomic, strong) NSString *setOff; // Setting is set to Off
- @property (nonatomic, strong) NSUserDefaults *preferred; // The state at which it has been set.
- //@property (nonatomic, strong) NSString *imageFile; // image filename of recipe
- @end
Advertisement
Add Comment
Please, Sign In to add comment