Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- UINavigationBar+customSetting.h
- **/
- #import <UIKit/UIKit.h>
- @interface UINavigationBar (BackImage)
- -(id)initWithCustomSettings;
- @end
- /**
- UINavigationBar+customSetting.m
- **/
- #import "UINavigationBar+customSetting.h"
- @implementation UINavigationBar (BackImage)
- -(id)initWithCustomSettings{
- // custom init
- }
- @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement