// // BGStrokeLabel.h // BuguLive // // Created by xfg on 2017/7/11. // Copyright © 2017年 xfg. All rights reserved. // UILabel设置文字描边 #import <UIKit/UIKit.h> @interface BGStrokeLabel : UILabel @end