12345678910111213141516171819202122 |
- //
- // TDInterLeterHomeViewController.h
- // smartRhino
- //
- // Created by tederen on 2019/11/9.
- // Copyright © 2019 tederen. All rights reserved.
- //
- #import "BaseViewController.h"
- NS_ASSUME_NONNULL_BEGIN
- /// 站内信 首页
- @interface TDInterLeterHomeViewController : BaseViewController
- +(TDInterLeterHomeViewController *)initChatMsgNoticeVC;
- @property (nonatomic,assign) NSInteger interLeterFolderId;
- @property (nonatomic,strong) NSString *interLeterFoldName;
- @property (nonatomic,assign) BOOL isHome;
- @end
- NS_ASSUME_NONNULL_END
|