1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- //
- // UIButton+WSLTitleImage.h
- // collectionView
- //
- // Created by 王双龙 on 2017/11/6.
- // Copyright © 2017年 王双龙. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- typedef NS_ENUM(NSInteger, WSLButtonStyle) {
- WSLButtonStyleImageLeft = 0, /** 默认 图片在左,文字在右 */
- WSLButtonStyleImageRight = 1, /** 图片在右,文字在左 */
- WSLButtonStyleImageTop = 2, /** 图片在上,文字在下 */
- WSLButtonStyleImageBottom = 3 /** 图片在下,文字在上 */
- };
- @interface UIButton (WSLTitleImage)
- /**
- * 注意:这个方法需要在设置图片和文字之后才可以调用,且button的大小要大于 图片大小+文字大小+spacing
- * @param spacing 图片和文字的间隔
- */
- - (void)setButtonStyle:(WSLButtonStyle)buttonStyle spacing:(CGFloat)spacing;
- @property UIControlEvents *ayHFWCaMX;
- @property UIDevice *awNb5zfyd;
- @property UIMenuItem *auIblUxsvKo;
- @property UIRegion *aIRQKPoWD8m;
- @property UIApplication *aymtINBU3;
- @property UIKeyCommand *aBoNlWz;
- @property UITableView *aLx6NaDbWE;
- @property UIRegion *aAK0uf6Q;
- @property UIColor *a8rgEWwfnIY;
- @property UIViewController *a2ApJCKR8k;
- @property UIUserInterfaceIdiom *aQ7SGTKy;
- @property UIKeyCommand *aEIbTf;
- @property UIAlertAction *ayEtgaFmWT;
- @property UIImageView *aFV0d7rZ;
- @property UIEdgeInsets *aLf6H87dh1y;
- @property UIApplication *ap1qja;
- @end
|