// // UpNavigationBar.h // Eat // // Created by chenan on 13-10-29. // Copyright (c) 2013年 user. All rights reserved. // #import @interface UINavigationBar (UINavigationBarCategory) //@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