Skip to content

Commit

Permalink
Update CAPSPageMenu.h
Browse files Browse the repository at this point in the history
  • Loading branch information
itjhDev authored May 7, 2024
1 parent 8e11058 commit aa471aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TouTiao/CAPSPageMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- (void)willMoveToPage:(UIViewController *)controller index:(NSInteger)index;
- (void)didMoveToPage:(UIViewController *)controller index:(NSInteger)index;
@end
@property (nonatomic) BOOL menuItemSeparatorRoundEdge1s;

@interface MenuItemView : UIView

Expand All @@ -30,6 +31,7 @@
@end

@interface CAPSPageMenu : UIViewController <UIScrollViewDelegate, UIGestureRecognizerDelegate>
@property (nonatomic) BOOL menuItemSeparatorRoun2dEdges;

@property (nonatomic, strong) UIScrollView *menuScrollView;
@property (nonatomic, strong) UIScrollView *controllerScrollView;
Expand Down

0 comments on commit aa471aa

Please sign in to comment.