JXChatLogQRCodeVC.h 331 B

12345678910111213141516171819
  1. //
  2. // JXChatLogQRCodeVC.h
  3. // shiku_im
  4. //
  5. // Created by p on 2019/6/5.
  6. // Copyright © 2019年 Reese. All rights reserved.
  7. //
  8. #import "admobViewController.h"
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface JXChatLogQRCodeVC : admobViewController
  11. @property (nonatomic, strong) NSMutableArray *selUserIdArray;
  12. @end
  13. NS_ASSUME_NONNULL_END