UILabelOutLined.h 234 B

123456789101112131415
  1. //
  2. // UILabelOutLined.h
  3. // XWorld
  4. //
  5. // Created by XM on 16/9/2.
  6. // Copyright © 2016年 xiongmaitech. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UILabelOutLined : UILabel
  10. -(id)initWithFrame:(CGRect)frame;
  11. @end