1234567891011121314151617 |
- //
- // MTMsgListViewController.h
- //
- // Created by Simon on 2019/3/22.
- // Copyright © 2019 Simon. All rights reserved.
- //
- #import "MTBaseViewController.h"
- #import "MTMsgListViewModel.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface MTMsgListViewController : MTBaseViewController
- @end
- NS_ASSUME_NONNULL_END
|