fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user