Skip to content

Instantly share code, notes, and snippets.

View sergiorobles198's full-sized avatar

thesaurus30 sergiorobles198

View GitHub Profile
@sergiorobles198
sergiorobles198 / CustomTableViewCell.h
Created December 5, 2014 04:05
Sample UISearchController Project
#import <UIKit/UIKit.h>
@interface CustomTableViewCell : UITableViewCell
@property (strong, nonatomic) IBOutlet UILabel *videoLabel;
@end