redribben

hmmm

Jan 28th, 2015
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @implementation ViewController {
  2. // NSArray *settingArray;
  3. BMSettings* settingSetup;
  4. }
  5.  
  6. - (instancetype) initWithCoder:(NSCoder *)aDecoder {
  7. if (self = [super initWithCoder:aDecoder]) {
  8. settingSetup = [[BMSettings alloc] init];
  9. }
  10. return self;
  11. }
  12.  
  13. - (void)viewDidLoad {
  14. [super viewDidLoad];
  15.  
  16. [settingSetup getArray];
Advertisement
Add Comment
Please, Sign In to add comment