摘要: 1 #import <UIKit/UIKit.h> 2 3 @interface UIBarButtonItem (Extension) 4 + (UIBarButtonItem *)itemWithImageName:(NSString *)imageName highImageName:(NSS 阅读全文
posted @ 2016-02-18 10:59 人生路1/5 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 1 #import <UIKit/UIKit.h> 2 @class KKTabBar; 3 4 @protocol KKTabBarDelegate <NSObject> 5 6 - (void)tabBarDidPlusClick:(KKTabBar *)tabBar; 7 8 @end 9 1 阅读全文
posted @ 2016-02-18 09:08 人生路1/5 阅读(165) 评论(0) 推荐(0) 编辑