| 123456789101112131415161718192021 |
- //
- // JXMessShowView.h
- // shiku_im
- //
- // Created by 123 on 2020/6/11.
- // Copyright © 2020 Reese. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXMessShowView : UIView
- @property (nonatomic,weak) UITextView *textView;
- @property (nonatomic,copy) NSString *strURL;
- @property (nonatomic,strong) NSDictionary *contentDic;
- @end
- NS_ASSUME_NONNULL_END
|