Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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