CYSelGroupListView.h 286 B

12345678910111213141516171819
  1. //
  2. // CYFriendAndGroupListView.h
  3. // shiku_im
  4. //
  5. // Created by Ron on 2019/11/23.
  6. // Copyright © 2019 Reese. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface CYSelGroupListView : UIViewController
  11. -(void)reloadData;
  12. @end
  13. NS_ASSUME_NONNULL_END