XYChatRoomPartyViewController.m 742 B

1234567891011121314151617181920212223242526272829303132
  1. //
  2. // XYChatRoomPartyViewController.m
  3. // Starbuds
  4. //
  5. // Created by gy on 2020/12/9.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import "XYChatRoomPartyViewController.h"
  9. @interface XYChatRoomPartyViewController ()
  10. @end
  11. @implementation XYChatRoomPartyViewController
  12. - (void)viewDidLoad {
  13. [super viewDidLoad];
  14. // Do any additional setup after loading the view.
  15. }
  16. /*
  17. #pragma mark - Navigation
  18. // In a storyboard-based application, you will often want to do a little preparation before navigation
  19. - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
  20. // Get the new view controller using [segue destinationViewController].
  21. // Pass the selected object to the new view controller.
  22. }
  23. */
  24. @end