ChatMsgListVC.h 263 B

1234567891011121314151617
  1. //
  2. // ChatMsgListVC.h
  3. // smartRhino
  4. //
  5. // Created by armin on 2019/11/2.
  6. // Copyright © 2019 tederen. All rights reserved.
  7. //
  8. #import "BaseViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface ChatMsgListVC : BaseViewController
  11. @end
  12. NS_ASSUME_NONNULL_END