Commit 116e27f8 authored by 邢超's avatar 邢超

修改bug

parent f9802c60
...@@ -16,8 +16,7 @@ ...@@ -16,8 +16,7 @@
@property (nonatomic, copy)void(^cellBlock)(void); @property (nonatomic, copy)void(^cellBlock)(void);
///手机号
@property (nonatomic, copy)NSString *phoneNumberStr;
@end @end
...@@ -54,6 +53,8 @@ ...@@ -54,6 +53,8 @@
///自定义tableView header ///自定义tableView header
@property (nonatomic, strong)UIView *tableHeaderView; @property (nonatomic, strong)UIView *tableHeaderView;
///手机号
@property (nonatomic, copy)NSString *phoneNumberStr;
@end @end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment