1234567891011121314151617 |
- //
- // XYPersinalContentUrlItemTableViewCell.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/5/19.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import "BaseTableViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYPersinalContentUrlItemTableViewCell : BaseTableViewCell<YLConfigureView>
- @end
- NS_ASSUME_NONNULL_END
|