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