commit | author | age | ||
dcdc07 | 1 | // |
W | 2 | // WAComponent.h |
3 | // test1 | |
4 | // | |
5 | // Created by wuyx on 16/3/3. | |
6 | // Copyright © 2016年 GHW. All rights reserved. | |
7 | // | |
8 | ||
9 | #import <Foundation/Foundation.h> | |
10 | /*! | |
11 | @discussion WAComponent | |
12 | - - - | |
13 | */ | |
14 | @interface WAComponent : NSObject | |
15 | @property(nonatomic,copy)NSString* module; | |
16 | @property(nonatomic,copy)NSString* plaf; | |
17 | @property(nonatomic,copy)NSString* value; | |
18 | @property(nonatomic,copy)NSString* desc; | |
19 | @end |