1234567891011121314151617181920212223242526272829303132333435 |
- #import "WFCCNotificationMessageContent.h"
- @interface WFCCGroupSetManagerNotificationContent : WFCCNotificationMessageContent
- @property (nonatomic, strong)NSString *groupId;
- @property (nonatomic, strong)NSString *creator;
- @property (nonatomic, strong)NSString *type;
- @property (nonatomic, strong)NSArray<NSString *> *memberIds;
- @end
|