| 123456789101112131415161718192021222324252627282930 |
- //
- // BGGroupChatViewController.m
- // BuguLive
- //
- // Created by 朱庆彬 on 2017/8/18.
- // Copyright © 2017年 xfg. All rights reserved.
- //
- #import "BGGroupChatViewController.h"
- @interface BGGroupChatViewController ()
- @end
- @implementation BGGroupChatViewController
- - (void)viewDidLoad
- {
- [super viewDidLoad];
- // Do any additional setup after loading the view from its nib.
- }
- - (void)didReceiveMemoryWarning
- {
- [super didReceiveMemoryWarning];
- // Dispose of any resources that can be recreated.
- }
- @end
|