BGGroupChatViewController.m 527 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // BGGroupChatViewController.m
  3. // BuguLive
  4. //
  5. // Created by 朱庆彬 on 2017/8/18.
  6. // Copyright © 2017年 xfg. All rights reserved.
  7. //
  8. #import "BGGroupChatViewController.h"
  9. @interface BGGroupChatViewController ()
  10. @end
  11. @implementation BGGroupChatViewController
  12. - (void)viewDidLoad
  13. {
  14. [super viewDidLoad];
  15. // Do any additional setup after loading the view from its nib.
  16. }
  17. - (void)didReceiveMemoryWarning
  18. {
  19. [super didReceiveMemoryWarning];
  20. // Dispose of any resources that can be recreated.
  21. }
  22. @end