ChatMsgListVC.h 324 B

1234567891011121314151617181920
  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. #import "PushModel.h"
  10. NS_ASSUME_NONNULL_BEGIN
  11. @interface ChatMsgListVC : UIViewController
  12. - (void)pushEditVC;
  13. - (void)headRefresh;
  14. @end
  15. NS_ASSUME_NONNULL_END