12345678910111213141516171819202122 |
- //
- // JXChatWebView.h
- // shiku_im
- //
- // Created by 123 on 2020/6/3.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- #import "XMGMyBaseVC.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface JXChatWebView : XMGMyBaseVC
- @property (nonatomic ,copy) NSString * name;
- @property (nonatomic ,copy) NSString * strURL;
- @property (nonatomic,weak) UILabel *countTipL;
- @end
- NS_ASSUME_NONNULL_END
|