Commit 9bd646f68453c206deb49a6dbdf207e4ff002b0f
1 parent
bd65dd52
no message
Showing
1 changed file
with
1 additions
and
5 deletions
CNLiveMineModule/Classes/Controller/CNLiveMineController.m
| @@ -18,11 +18,7 @@ | @@ -18,11 +18,7 @@ | ||
| 18 | 18 | ||
| 19 | #define HexColor(rgbValue) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 green:((float)((rgbValue & 0xFF00) >> 8))/255.0 blue:((float)(rgbValue & 0xFF))/255.0 alpha:1.0] | 19 | #define HexColor(rgbValue) [UIColor colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 green:((float)((rgbValue & 0xFF00) >> 8))/255.0 blue:((float)(rgbValue & 0xFF))/255.0 alpha:1.0] |
| 20 | 20 | ||
| 21 | -@interface CNLiveMineController()<UITableViewDelegate, UITableViewDataSource, CNLiveMineHeaderViewDelegate, CNLiveMineCellDelegate>{ | ||
| 22 | - CGFloat beginContentY; | ||
| 23 | - CGFloat endContentY; | ||
| 24 | - | ||
| 25 | -} | 21 | +@interface CNLiveMineController()<UITableViewDelegate, UITableViewDataSource, CNLiveMineHeaderViewDelegate, CNLiveMineCellDelegate> |
| 26 | @property (nonatomic, strong) UITableView *tableView; | 22 | @property (nonatomic, strong) UITableView *tableView; |
| 27 | @property (nonatomic, weak) CNLiveMineHeaderView *headerView; | 23 | @property (nonatomic, weak) CNLiveMineHeaderView *headerView; |
| 28 | @property (nonatomic, strong) CNLiveMineNavigationBar *navigationBar; | 24 | @property (nonatomic, strong) CNLiveMineNavigationBar *navigationBar; |