Files
yuyin_ios/SweetParty/主类/Mine/VIP/YYVipPayAlert.h

19 lines
252 B
C
Raw Normal View History

2025-08-08 11:05:33 +08:00
//
// 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