摘要: 1 #import "AppDelegate.h" 2 3 @interface AppDelegate () 4 5 @end 6 7 @implementation AppDelegate 8 9 10 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(N... 阅读全文
posted @ 2016-03-18 20:25 恒远也 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 1 #import "ViewController.h" 2 #import "KeychainItemWrapper.h" 3 #import "RSA.h" 4 #import "Person.h" 5 @interface ViewController () 6 @property (weak, nonatomic) IBOutlet UITextField *userName... 阅读全文
posted @ 2016-03-18 20:21 恒远也 阅读(383) 评论(0) 推荐(0) 编辑