Skip to content

Commit

Permalink
Update Tweak.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Dec 29, 2024
1 parent 9c06841 commit ccacd0f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Tweak.h
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,12 @@
@end

@interface YTPivotBarViewController : UIViewController
- (void)selectItemWithPivotIdentifier:(id)pivotIndentifier;
- (void)reorderTabsWithTabOrder:(NSArray<NSString *> *)tabOrder;
@end

@interface YTPivotBarItemView : UIView
@property(readonly, nonatomic) YTQTMButton *navigationButton;
@end

@interface YTIPivotBarItemRenderer : NSObject
- (NSString *)pivotIdentifier;
@end

@interface YTIPivotBarIconOnlyItemRenderer : GPBMessage
- (NSString *)pivotIdentifier;
@end
Expand All @@ -175,10 +169,6 @@
- (YTIPivotBarIconOnlyItemRenderer *)pivotBarIconOnlyItemRenderer;
@end

@interface YTIPivotBarRenderer : NSObject
- (NSMutableArray <YTIPivotBarSupportedRenderers *> *)itemsArray;
@end

@interface YTITopbarLogoRenderer : NSObject
@property(readonly, nonatomic) YTIIcon *iconImage;
@end
Expand Down

0 comments on commit ccacd0f

Please sign in to comment.