小墨的iOS移动端APP代码

UIButton+EasyExtend.h 357B

    // // UIButton+EasyExtend.h // leway // // Created by 朱潮 on 14-6-7. // Copyright (c) 2014年 zhuchao. All rights reserved. // #import <UIKit/UIKit.h> #import "EzSystemInfo.h" @interface UIButton (EasyExtend) -(UIButton *)initNavigationButton:(UIImage *)image; -(UIButton *)initNavigationButtonWithTitle:(NSString *)str color:(UIColor *)color; @end