摘要: 1 #import 2 #import "StringUtils.h" 3 4 @interface ImageManager : NSObject 5 { 6 NSMutableDictionary *_imageDict; 7 NSMutableArray *_imageArr; 8 } 9 10 @property(nonatomic, strong) NSString *httpUrl;11 @property(nonatomic, strong) NSMutableDictionary *imageDict;12 13 @property(nonatomic, . 阅读全文
posted @ 2013-09-19 10:24 骨头 阅读(5512) 评论(0) 推荐(0) 编辑