1234567891011121314151617 |
- //
- // WFCUGroupMemberCollectionViewController.h
- // WFChatUIKit
- //
- // Created by heavyrain lee on 2019/8/18.
- // Copyright © 2019 WildFireChat. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface WFCUGroupMemberCollectionViewController : UIViewController
- @property(nonatomic, strong)NSString *groupId;
- @end
- NS_ASSUME_NONNULL_END
|