19 lines
307 B
Objective-C
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
|