// // YYKTVTipsAlert.h // YaYin // // Created by bj_szd on 2023/7/12. // Copyright © 2023 YaYin. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface YYKTVTipsAlert : UIView @property (weak, nonatomic) IBOutlet UIImageView *touchImgV; @property (weak, nonatomic) IBOutlet UIButton *confirmBtn; @property (nonatomic, copy) NSString *rid; @end NS_ASSUME_NONNULL_END