|
@@ -1,24 +0,0 @@
|
|
|
-//
|
|
|
|
|
-// SignatureTableViewCell.m
|
|
|
|
|
-// AntsContract
|
|
|
|
|
-//
|
|
|
|
|
-// Created by Ray on 12/19/16.
|
|
|
|
|
-// Copyright © 2016 United Software Applications, Inc. All rights reserved.
|
|
|
|
|
-//
|
|
|
|
|
-
|
|
|
|
|
-#import "SignatureTableViewCell.h"
|
|
|
|
|
-
|
|
|
|
|
-@implementation SignatureTableViewCell
|
|
|
|
|
-
|
|
|
|
|
-- (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
|
|
|