Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
GMBase
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
GMBase
Commits
f2327d61
Commit
f2327d61
authored
Dec 06, 2018
by
叶凤鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into yefengming/tabName
parents
dd50f19d
4cfd2a3f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
GMObject.h
GMBase/Classes/GMObject.h
+3
-1
WMBaseViewController.h
GMBase/Classes/WMBaseViewController.h
+2
-1
No files found.
GMBase/Classes/GMObject.h
View file @
f2327d61
...
@@ -6,7 +6,9 @@
...
@@ -6,7 +6,9 @@
// Copyright (c) 2015 Wanmeichuangyi. All rights reserved.
// Copyright (c) 2015 Wanmeichuangyi. All rights reserved.
//
//
@import
GMJSONModel
;
#import <GMJSONModel/GMJSONModel-umbrella.h>
//@import GMJSONModel;
@interface
GMObject
:
JSONModel
@interface
GMObject
:
JSONModel
...
...
GMBase/Classes/WMBaseViewController.h
View file @
f2327d61
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
#import <UIKit/UIKit.h>
#import <UIKit/UIKit.h>
#import "OCNavigationBar.h"
#import "OCNavigationBar.h"
#import <GMPhobos/GMPhobos-umbrella.h>
#import <GMPhobos/GMPhobos-umbrella.h>
@import
GMKit
;
#import <GMKit/GMKit-umbrella.h>
//@import GMKit;
@interface
WMBaseViewController
:
UIViewController
<
OCNavigationBarDelegate
,
GMEmptyViewDelegate
>
@interface
WMBaseViewController
:
UIViewController
<
OCNavigationBarDelegate
,
GMEmptyViewDelegate
>
@property
(
nonatomic
,
strong
)
OCNavigationBar
*
navigationBar
;
@property
(
nonatomic
,
strong
)
OCNavigationBar
*
navigationBar
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment