Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #import <UIKit/UIKit.h>
  2.  
  3.  
  4. @interface MyListViewController : UITableViewController {
  5. NSMutableArray *myList;
  6. }
  7.  
  8. @property (nonatomic, retain) NSMutableArray *myList;
  9.  
  10. @end
Add Comment
Please, Sign In to add comment