Skip to content

Commit

Permalink
[Fix] group type.
Browse files Browse the repository at this point in the history
  • Loading branch information
std-s committed Jul 19, 2022
1 parent 799da68 commit 2d3ab5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OpenIMSDK/Utils/OIMModelDefine.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,9 @@ typedef NS_ENUM(NSInteger, OIMGroupVerificationType) {
群类型
*/
typedef NS_ENUM(NSInteger, OIMGroupType) {
OIMGroupTypeNormal, /// 普通群
OIMGroupTypeWorking, /// 工作群
OIMGroupTypeNormal = 0, /// 普通群
OIMGroupTypeSuper = 1, /// 超级群
OIMGroupTypeWorking = 2, /// 工作群
};

/**
Expand Down

0 comments on commit 2d3ab5f

Please sign in to comment.