// // UILabelOutLined.h // XWorld // // Created by XM on 16/9/2. // Copyright © 2016年 xiongmaitech. All rights reserved. // #import <UIKit/UIKit.h> @interface UILabelOutLined : UILabel -(id)initWithFrame:(CGRect)frame; @end