Wuyx
2017-01-19 d3c3d0e720028a6f23bf967ab7a2f07d8922837f
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