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