| 12345678910111213141516 |
- //
- // ZXsubButton.h
- // shiku_im
- //
- // Created by 周西 on 16/9/28.
- // Copyright © 2016年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface ZXsubButton : UIButton
- @property(nonatomic,copy)NSString * type;
- @property(nonatomic,strong)NSString * numId;
- @property(nonatomic,strong)NSString * backUpString;//备用字符串
- @end
|