Update and rename YTPivotBarReorder.h to ReorderNotificationsBar.h

This commit is contained in:
aricloverEXALT 2025-01-12 18:26:12 -06:00 committed by GitHub
parent 093419e360
commit f9fce76acc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -0,0 +1,5 @@
#import <UIKit/UIKit.h>
@interface ReorderNotificationsBar : UIViewController <UICollectionViewDelegate, UICollectionViewDataSource>
@end

View file

@ -1,5 +0,0 @@
#import <UIKit/UIKit.h>
@interface YTPivotBarReorder : UIViewController <UICollectionViewDelegate, UICollectionViewDataSource, UICollectionViewDragDelegate, UICollectionViewDropDelegate>
@end