// // sectionContentBO.h // ThePaperDemo // // Created by Scar on 14-9-18. // Copyright (c) 2014年 scar1900. All rights reserved. // #import @interface sectionContentBO : NSObject { NSString* content; NSArray *imageInfoList; } @property(nonatomic, copy)NSString *content; @property(nonatomic, copy)NSArray *imageInfoList; @end