JXGroupManagementVC.h 271 B

123456789101112131415
  1. //
  2. // JXGroupManagementVC.h
  3. // shiku_im
  4. //
  5. // Created by p on 2018/5/28.
  6. // Copyright © 2018年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. @interface JXGroupManagementVC : admobViewController
  10. @property (nonatomic,strong) roomData* room;
  11. @end