feat:update spec,fix project setting's problem

This commit is contained in:
pengfei.zhou
2019-12-05 10:10:35 +08:00
parent d44cb35d6e
commit d03c0dfed6
11 changed files with 52 additions and 43 deletions

View File

@@ -18,7 +18,7 @@
//
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
@protocol DoricNavBarDelegate <NSObject>
- (BOOL)doric_navBar_isHidden;
@@ -28,4 +28,4 @@
- (void)doric_navBar_setTitle:(NSString *)title;
- (void)doric_navBar_setBackgroundColor:(UIColor *)color;
@end
@end