You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
166B

  1. #import <UIKit/UIKit.h>
  2. @interface _UILegibilityView : UIView
  3. -(UIImageView *)imageView;
  4. @end
  5. %hook UIPageControl
  6. -(double)_modernCornerRadius {
  7. return 1;
  8. }
  9. %end