Finish all works!
This commit is contained in:
@@ -175,7 +175,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
///
|
||||
@property (nonatomic,strong) NSMutableAttributedString *levelAtt;
|
||||
@property (nonatomic,strong) NSMutableAttributedString *idAtt;
|
||||
///是否是代充
|
||||
///是否是代充代理
|
||||
@property(nonatomic,assign) BOOL isRechargeUser;
|
||||
///pk时不能禁麦
|
||||
@property(nonatomic,assign) BOOL isNoProhibitMic;
|
||||
@@ -202,6 +202,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
- (BOOL)isHeadWearSVGA;
|
||||
|
||||
- (BOOL)isArabia;
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
@@ -72,4 +72,8 @@
|
||||
return self.headwearType == 1 || self.headWearType == 1;
|
||||
}
|
||||
|
||||
- (BOOL)isArabia {
|
||||
return [self.partitionId isEqualToString:@"2"];
|
||||
}
|
||||
|
||||
@end
|
||||
|
@@ -42,6 +42,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@property (nonatomic, copy) NSString *nameplateUrl;
|
||||
|
||||
@property(nonatomic, assign) BOOL roomPicScreen; // 是否能发送房间公屏图片消息
|
||||
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
||||
|
Reference in New Issue
Block a user