ProfileAlertView.h
283 字节
//
// ProfileAlertView.h
// DreamSleep
//
// Created by peter on 2022/4/18.
//
#import <UIKit/UIKit.h>
NS_ASSUME_NONNULL_BEGIN
@interface ProfileAlertView : UIView
- (instancetype)initWithIndexPath:(NSIndexPath *)indexPath;
- (void)showAlertView;
@end
NS_ASSUME_NONNULL_END