// // YMAudioVideoMatchingTransitionView.h // MSYOUPAI // // Created by YoMi on 2024/2/20. // Copyright © 2024 MS. All rights reserved. // #import "YMBaseView.h" NS_ASSUME_NONNULL_BEGIN @interface YMAudioVideoMatchingTransitionView : YMBaseView @property (nonatomic, strong) UILabel *countdownLab; // 男用户 倒计时加入到速配 @end NS_ASSUME_NONNULL_END