Update RootOptionsController.m

This commit is contained in:
arichornlover 2024-05-13 20:43:42 -05:00 committed by GitHub
parent be69cedbbf
commit da68054403
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
@interface RootOptionsController ()
- (UIImage *)resizeImage:(UIImage *)image newSize:(CGSize)newSize;
@property (strong, nonatomic) UIButton *backButton;
@property (assign, nonatomic) UIUserInterfaceStyle pageStyle;