Files
youle_app_ios/msext/Class/Common/UpNavigationBar.h
2023-12-27 20:38:37 +08:00

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