1234567891011121314151617181920 |
- //
- // EMChatFileShowVC.h
- // smartRhino
- //
- // Created by niuzhen on 2019/12/31.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface EMChatFileShowVC : BaseViewController
- +(EMChatFileShowVC *)initEMChatFileShowVC;
- @property (nonatomic, copy) NSString * fileUrl;
- @property (nonatomic, copy) NSString * titleStr;
- @end
- NS_ASSUME_NONNULL_END
|