Files
main/Tweaks/YouTubeHeader/YTCellController.h
2023-06-27 09:54:41 +02:00

6 lines
217 B
Objective-C

#import <Foundation/Foundation.h>
#import "YTCollectionViewCellProtocol.h"
@interface YTCellController : NSObject
@property (nonatomic, weak, readwrite) UICollectionViewCell <YTCollectionViewCellProtocol> *cell;
@end