// // StrikethroughLabel.h // RedAnt ERP Mobile // // Created by Ray on 14-5-29. // Copyright (c) 2014年 United Software Applications, Inc. All rights reserved. // #import @interface StrikethroughLabel : UILabel @property bool hideline; @end