GBA003/External/Roxas/Roxas/UITableView+CellContent.h
2024-05-30 10:22:15 +08:00

19 lines
307 B
Objective-C

//
// UITableView+CellContent.h
// Roxas
//
// Created by Riley Testut on 10/21/16.
// Copyright © 2016 Riley Testut. All rights reserved.
//
#import "RSTCellContentView.h"
@import UIKit;
NS_ASSUME_NONNULL_BEGIN
@interface UITableView (CellContent) <RSTCellContentView>
@end
NS_ASSUME_NONNULL_END