Files
yuyin_ios/SweetParty/主类/Mine/VIP/YYVipPayAlert.h
2025-08-08 11:05:33 +08:00

19 lines
252 B
Objective-C
Executable File

//
// YYVipPayAlert.h
// SweetParty
//
// Created by bj_szd on 2022/6/9.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface YYVipPayAlert : UIView
@property (nonatomic, copy) void(^onCompleteBlock)(void);
@end
NS_ASSUME_NONNULL_END