From 63ae617fbd9fae46d0eb01b99df2462933749637 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Mon, 15 Apr 2024 23:50:27 -0500 Subject: [PATCH] Update AppIconOptionsController.h --- Sources/AppIconOptionsController.h | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Sources/AppIconOptionsController.h b/Sources/AppIconOptionsController.h index ec25446..7272db7 100644 --- a/Sources/AppIconOptionsController.h +++ b/Sources/AppIconOptionsController.h @@ -1,20 +1,5 @@ #import -// YTAlertView -@interface YTAlertView : UIView -@property (nonatomic, copy, readwrite) UIImage *icon; -@property (nonatomic, copy, readwrite) NSString *title; -@property (nonatomic, copy, readwrite) NSString *subtitle; -@property (nonatomic, strong, readwrite) UIView *customContentView; -@property (nonatomic, assign, readwrite) UIEdgeInsets customContentViewInsets; //(8, 24, 0, 24) by default -- (CGRect)frameForDialog; -- (void)show; - -+ (instancetype)infoDialog; -+ (instancetype)confirmationDialogWithAction:(void (^)(void))action actionTitle:(NSString *)actionTitle; -@end - -// AppIconOptionsController @interface AppIconOptionsController : UIViewController @end