EMChatFileShowVC.h 414 B

1234567891011121314151617181920
  1. //
  2. // EMChatFileShowVC.h
  3. // smartRhino
  4. //
  5. // Created by niuzhen on 2019/12/31.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface EMChatFileShowVC : BaseViewController
  11. +(EMChatFileShowVC *)initEMChatFileShowVC;
  12. @property (nonatomic, copy) NSString * fileUrl;
  13. @property (nonatomic, copy) NSString * titleStr;
  14. @end
  15. NS_ASSUME_NONNULL_END