add .gitignore
This commit is contained in:
18
msext/Class/Common/UpNavigationBar.h
Executable file
18
msext/Class/Common/UpNavigationBar.h
Executable file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// UpNavigationBar.h
|
||||
// Eat
|
||||
//
|
||||
// Created by chenan on 13-10-29.
|
||||
// Copyright (c) 2013年 user. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface UINavigationBar (UINavigationBarCategory)<UITextFieldDelegate>
|
||||
//@property (nonatomic,retain)UIViewController * control;
|
||||
{
|
||||
|
||||
}
|
||||
-(void)setBackgroundImage:(UIViewController*)_view BackgroundImage:(UIImage*)image LeftSel:(SEL)leftSel RightSel:(SEL)rightSel CenterSel:(SEL)centerSel Title:(NSString *)title TempKind:(int)tempkind;
|
||||
|
||||
@end
|
||||
Reference in New Issue
Block a user