Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @implementation ViewController {
- // NSArray *settingArray;
- BMSettings* settingSetup;
- }
- - (instancetype) initWithCoder:(NSCoder *)aDecoder {
- if (self = [super initWithCoder:aDecoder]) {
- settingSetup = [[BMSettings alloc] init];
- }
- return self;
- }
- - (void)viewDidLoad {
- [super viewDidLoad];
- [settingSetup getArray];
Advertisement
Add Comment
Please, Sign In to add comment