This commit is contained in:
Ali
2019-11-14 23:27:44 +04:00
parent ca0668df3d
commit fec9a9b28e
267 changed files with 1273 additions and 3613 deletions

View File

@@ -0,0 +1,12 @@
#import <UIKit/UIKit.h>
@interface ProxyWindowController : UIViewController
- (instancetype)initWithLight:(bool)light text:(NSString *)text icon:(UIImage *)icon isShield:(bool)isShield showCheck:(bool)showCheck;
- (void)dismissWithSuccess:(void (^)(void))completion increasedDelay:(bool)increasedDelay;
- (void)updateLayout;
+ (UIImage *)generateShieldImage:(bool)isLight;
@end