BGStrokeLabel.h 220 B

12345678910111213
  1. //
  2. // BGStrokeLabel.h
  3. // BuguLive
  4. //
  5. // Created by xfg on 2017/7/11.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. // UILabel设置文字描边
  8. #import <UIKit/UIKit.h>
  9. @interface BGStrokeLabel : UILabel
  10. @end