Files
my_yuyin/Pods/YBImageBrowser/Video/YBIBVideoCell.h
2025-09-22 18:48:29 +08:00

18 lines
294 B
Objective-C

//
// YBIBVideoCell.h
// YBImageBrowserDemo
//
// Created by 波儿菜 on 2019/7/10.
// Copyright © 2019 杨波. All rights reserved.
//
#import "YBIBCellProtocol.h"
NS_ASSUME_NONNULL_BEGIN
@interface YBIBVideoCell : UICollectionViewCell <YBIBCellProtocol>
@end
NS_ASSUME_NONNULL_END