Initial commit

This commit is contained in:
2019-05-03 22:35:46 +02:00
parent 94e35543f2
commit 7ce6203e9c
5 changed files with 44 additions and 0 deletions

12
Tweak.xm Normal file
View File

@ -0,0 +1,12 @@
#import <UIKit/UIKit.h>
@interface _UILegibilityView : UIView
-(UIImageView *)imageView;
@end
%hook UIPageControl
-(double)_modernCornerRadius {
return 1;
}
%end