lipengwei
2019-10-10 56b891b2b50a493e805019147fabac796292c5d5
commit | author | age
d1f6ab 1 //
H 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