#import @interface LogModel : NSObject -(void)ParseWorkFlowArr:(NSArray *)arr; @property(strong,nonatomic) NSMutableArray * logArr; @end