#import"ViewController.h"#import"CZApp.h"#import"CZAppView.h"@interfaceViewController()@property(nonatomic,strong)NSArray*appArray;@end@implementationViewController//懒加载-(NSArray*)appArray{if(_appArray==nil){NSBundle*bundle=[NSBundlemainBundle]...
查看全文