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