Guest User

Untitled

a guest
May 23rd, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. ClassObj *newClass;
  2. SecondEdit *newSecEdit;
  3. ThirdEdit *newThridEdit;
  4. IBOutlet UITextField *profName;
  5. IBOutlet UITextField *time;
  6. IBOutlet UITextField *room;
  7. IBOutlet UITextField *className;
  8. IBOutlet UITabBarController *tabBarController;
  9. }
  10. @property (nonatomic, retain) ThirdEdit *newThridEdit;
  11. @property (nonatomic, retain) UITabBarController *tabBarController;
  12. @property (nonatomic, retain) SecondEdit *newSecEdit;
  13. @property (nonatomic, retain) ClassObj *newClass;
  14. @property (nonatomic, retain) UITextField *profName;
  15. @property (nonatomic, retain) UITextField *className;
  16. @property (nonatomic, retain) UITextField *room;
  17. @property (nonatomic, retain) UITextField *time;
Add Comment
Please, Sign In to add comment