1234567891011121314151617 |
- //
- // SIcon_button.h
- // LN_School
- //
- // Created by apple on 2017/4/7.
- // Copyright © 2017年 Danson. All rights reserved.
- //
- //要求btn正方形
- #import <UIKit/UIKit.h>
- @interface SIcon_button : UIButton
- @property (nonatomic, strong) UILabel *contentLabel;
- @end
|