KWMBrandModel.h 362 Bytes
Newer Older
houweibin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
//
//  KWMBrandModel.h
//  iCemarose
//
//  Created by 陈荣科 on 16/8/26.
//  Copyright © 2016年 kollway. All rights reserved.
//

#import "KWMBaseModel.h"

@interface KWMBrandModel : KWMBaseModel
@property (nonatomic) NSString *imgString;//背景图片
@property (nonatomic) NSString *title;//标题
@property (nonatomic) NSString *descripe;//描述

@end