RankingTableViewCell.m
454 Bytes
//
// RankingTableViewCell.m
// LifeLog
//
// Created by nvtu on 8/8/17.
// Copyright © 2017 PhongNV. All rights reserved.
//
#import "RankingTableViewCell.h"
@implementation RankingTableViewCell
- (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