// // OrderDetailHtmlCell.h // RedAnt ERP Mobile // // Created by Ray on 12/3/15. // Copyright © 2015 United Software Applications, Inc. All rights reserved. // #import #import @interface OrderDetailHtmlCell : UITableViewCell @property (weak, nonatomic) IBOutlet WKWebView *wkwebview; @property (strong,nonatomic) NSString* html; @end