ApprovalWebView.h 393 B

123456789101112131415161718
  1. //
  2. // ApprovalWebView.h
  3. // shiku_im
  4. //
  5. // Created by huangyp-pc on 16/11/1.
  6. // Copyright © 2016年 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #import "JXMessageObject1.h"
  10. @interface ApprovalWebView : UIViewController
  11. @property (copy , nonatomic) NSString *urlStr;
  12. @property (strong , nonatomic) JXMessageObject1 *model;
  13. @property (nonatomic,copy) void(^block)(void);
  14. @end