1234567891011121314151617 |
- //
- // XYWalletVirtualCoinListTableViewCell.h
- // Starbuds
- //
- // Created by 翟玉磊 on 2020/3/17.
- // Copyright © 2020 翟玉磊. All rights reserved.
- //
- #import "BaseTableViewCell.h"
- NS_ASSUME_NONNULL_BEGIN
- @interface XYWalletVirtualCoinListTableViewCell : BaseTableViewCell<YLConfigureCell>
- @end
- NS_ASSUME_NONNULL_END
|