ChatroomListViewController.h 248 B

12345678910111213
  1. //
  2. // ChatroomListViewController.h
  3. // WildFireChat
  4. //
  5. // Created by heavyrain lee on 2018/8/24.
  6. // Copyright © 2018 WildFireChat. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface ChatroomListViewController : UIViewController
  10. @end