SameBoy/iOS/GBTableViewCell.h

6 lines
101 B
Objective-C

#import <UIKit/UIKit.h>
@interface GBTableViewCell : UITableViewCell
@property double padding;
@end