// // UIBarButtonItem+Extension.h // 黑马微博2期 // // Created by apple on 14-10-7. // Copyright (c) 2014年 heima. All rights reserved. // #import @interface UIBarButtonItem (Extension) + (UIBarButtonItem *)itemWithTarget:(id)target action:(SEL)action image:(NSString *)image highImage:(NSString *)highImage; @end