// // markGroup.h // jiaPei // // Created by apple on 16/1/13. // Copyright © 2016年 JCZ. All rights reserved. // #import @interface markGroup : NSObject @property (nonatomic, copy) NSString *name; @property (nonatomic, copy) NSString *parent; @property (nonatomic, copy) NSString *ID; +(NSMutableArray*)markGroupWithFMResultSet:(FMResultSet*)set; @end