Guest User

Untitled

a guest
Jan 18th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #import "model.h"
  2.  
  3. @interface AppDelegate : UIResponder <UIApplicationDelegate, UITabBarControllerDelegate> {
  4. model *m;
  5. }
  6.  
  7. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  8. m = [[model alloc] init];
  9.  
  10. #import "model.h";
  11. @interface LoginViewController : UIViewController {
  12. model *m; }
  13.  
  14. [m saveUserDataToDefaults:dict];
  15.  
  16. m = [model alloc];
Add Comment
Please, Sign In to add comment