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