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