OrderDetailHtmlCell.h 378 B

1234567891011121314151617
  1. //
  2. // OrderDetailHtmlCell.h
  3. // RedAnt ERP Mobile
  4. //
  5. // Created by Ray on 12/3/15.
  6. // Copyright © 2015 United Software Applications, Inc. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import <WebKit/WebKit.h>
  10. @interface OrderDetailHtmlCell : UITableViewCell
  11. @property (weak, nonatomic) IBOutlet WKWebView *wkwebview;
  12. @property (strong,nonatomic) NSString* html;
  13. @end