相亲动画

This commit is contained in:
fengshuo
2022-01-05 21:48:21 +08:00
parent 167b4934ce
commit a24b1d7dce
11 changed files with 628 additions and 10 deletions

View File

@@ -101,6 +101,8 @@ typedef NS_ENUM(NSInteger, RoomPlayDateingType) {
@property(nonatomic, assign) BOOL isRoomFans;
///当前相亲所进行到什么模式
@property (nonatomic,assign) RoomPlayDateingType blindDateState;
///本地字段 判断是否开启了 相亲模式
@property (nonatomic,assign) BOOL isOpenRoomDating;
@end
NS_ASSUME_NONNULL_END