2011年8月25日

apple id

摘要: zzxap@163.comAp19840608 阅读全文

posted @ 2011-08-25 12:32 风乔 阅读(121) 评论(0) 推荐(0) 编辑

单例 全局变量

摘要: // MyCommon.h:@interface MyCommonclass MyCommon : NSObject{ int user;};@property(assign) int user;+ (MyCommon *)singleton;@end// MyCommon.m:@implementation MyCommonstatic MyCommon * MyCommon_Single... 阅读全文

posted @ 2011-08-25 11:10 风乔 阅读(226) 评论(0) 推荐(0) 编辑

导航