// // TAPBaseTableViewCell.m // Moselo // // Created by Ritchie Nathaniel on 2/16/17. // Copyright © 2017 Moselo. All rights reserved. // #import "TAPBaseTableViewCell.h" @implementation TAPBaseTableViewCell - (void)awakeFromNib { [super awakeFromNib]; // Initialization code } - (void)setSelected:(BOOL)selected animated:(BOOL)animated { [super setSelected:selected animated:animated]; // Configure the view for the selected state } @end