1234567891011121314151617181920 |
- //
- // JXGroupHelperListVC.h
- // shiku_im
- //
- // Created by 1 on 2019/5/28.
- // Copyright © 2019年 Reese. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface JXGroupHelperListVC : JXTableViewController
- @property (nonatomic, strong) NSString *roomJid;
- @property (nonatomic, strong) NSString *roomId;
- @end
- NS_ASSUME_NONNULL_END
|