19 lines
496 B
Objective-C
Executable File
19 lines
496 B
Objective-C
Executable File
//
|
|
// 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
|