| 1234567891011121314 |
- //
- // OrderDetailHtmlCell.h
- // RedAnt ERP Mobile
- //
- // Created by Ray on 12/3/15.
- // Copyright © 2015 United Software Applications, Inc. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- @interface OrderDetailHtmlCell : UITableViewCell
- @property (strong, nonatomic) IBOutlet UIWebView *webview;
- @end
|