| 123456789101112131415161718 |
- //
- // ApprovalWebView.h
- // shiku_im
- //
- // Created by huangyp-pc on 16/11/1.
- // Copyright © 2016年 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "JXMessageObject1.h"
- @interface ApprovalWebView : UIViewController
- @property (copy , nonatomic) NSString *urlStr;
- @property (strong , nonatomic) JXMessageObject1 *model;
- @property (nonatomic,copy) void(^block)(void);
- @end
|