TDInterLeterHomeViewController.h 536 B

12345678910111213141516171819202122
  1. //
  2. // TDInterLeterHomeViewController.h
  3. // smartRhino
  4. //
  5. // Created by tederen on 2019/11/9.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. /// 站内信 首页
  11. @interface TDInterLeterHomeViewController : BaseViewController
  12. +(TDInterLeterHomeViewController *)initChatMsgNoticeVC;
  13. @property (nonatomic,assign) NSInteger interLeterFolderId;
  14. @property (nonatomic,strong) NSString *interLeterFoldName;
  15. @property (nonatomic,assign) BOOL isHome;
  16. @end
  17. NS_ASSUME_NONNULL_END