This commit is contained in:
lianxiang
2018-09-07 20:07:55 +08:00
parent 0f09748cc8
commit dc959b8ec0
59 changed files with 758 additions and 152 deletions
@@ -7,7 +7,7 @@
//
#import <UIKit/UIKit.h>
@interface GiGaAdDetailViewController : UIViewController
#import "GiGaBaseViewController.h"
@interface GiGaAdDetailViewController : GiGaBaseViewController
@end
@@ -16,8 +16,10 @@
- (void)viewDidLoad {
[super viewDidLoad];
self.title = @"广告详情";
//self.title = @"广告详情";
[self addNavTitile:@"广告详情"];
// Do any additional setup after loading the view.
}
- (void)didReceiveMemoryWarning {