1234567891011121314151617 |
- //
- // XYGiftListCollectionViewCell.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/1/13.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import "BaseCollectionViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYGiftListCollectionViewCell : BaseCollectionViewCell<YLConfigureView>
- @end
- NS_ASSUME_NONNULL_END
|