|
|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
@interface MORedPacketDetailView ()<UITableViewDelegate,UITableViewDataSource>
|
|
|
|
|
|
-@property (nonatomic, strong) UIButton *backBtn;
|
|
|
+@property (nonatomic, strong) BigBtn *backBtn;
|
|
|
@property (nonatomic, strong) UIView *bgView;
|
|
|
@property (nonatomic, strong) UIImageView *bgImageView;
|
|
|
@property (nonatomic, strong) UITableView *tableView;
|
|
|
@@ -308,9 +308,9 @@
|
|
|
return _dataArr;
|
|
|
}
|
|
|
|
|
|
-- (UIButton *)backBtn {
|
|
|
+- (BigBtn *)backBtn {
|
|
|
if (!_backBtn) {
|
|
|
- _backBtn = [[UIButton alloc] init];
|
|
|
+ _backBtn = [[BigBtn alloc] init];
|
|
|
[_backBtn addTarget:self action:@selector(dismissRedPacketDetailView) forControlEvents:UIControlEventTouchUpInside];
|
|
|
[_backBtn setImage:[UIImage imageNamed:@"icon_left_red"] forState:UIControlStateNormal];
|
|
|
}
|