// // PendingDocumentsTableViewCell.m // Granite Expo eSign // // Created by Ray on 11/04/2017. // Copyright © 2017 United Software Applications, Inc. All rights reserved. // #import "PendingDocumentsTableViewCell.h" @implementation PendingDocumentsTableViewCell - (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