2013年7月12日

IOS项目中使用全局变量

摘要: 1 // 2 // GlobalVar.h 3 // 4 5 #import 6 7 @interface GlobalVar : NSObject{ 8 NSString * strTest; 9 }10 @property(strong,nonatomic)NSString *... 阅读全文

posted @ 2013-07-12 16:19 ChingyZhang 阅读(2129) 评论(0) 推荐(0) 编辑

导航