// // FKBookBrandItem.h // FirstLink // // Created by jack on 16/4/29. // Copyright © 2016年 FirstLink. All rights reserved. // #import @interface FKBookBrandItem : NSObject @property (nonatomic, strong) NSString *itemID; @property (nonatomic, strong) NSString *picUrl; @property (nonatomic, strong) NSString *name; @property (nonatomic, assign) BOOL didBook; @end