LineView.h 289 B

1234567891011121314
  1. //
  2. // LineView.h
  3. // Apex Mobile
  4. //
  5. // Created by Ray on 14-3-21.
  6. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface LineView : UIView
  10. @property (strong,nonatomic) UIColor* linecolor;
  11. @property float linewidth;
  12. @end