#import <Foundation/Foundation.h>

@interface XMGCarGroup : NSObject

/** 头部 */
@property (nonatomic, copy) NSString *header;

/** 尾部 */
@property (nonatomic, copy) NSString *footer;

/** 所有的车(装的是XMGCar模型) */
@property (nonatomic, strong) NSArray *cars;

+ (instancetype)carGroupWithDict:(NSDictionary *)dict;
@end

results matching ""

    No results matching ""