Просмотр исходного кода

170110
1.1.170110 release version.

Ray Zhang 9 лет назад
Родитель
Сommit
39cbc6ac46

+ 0 - 14
Ants Contract/AntsContract/AntsContract/SignatureTableViewCell.h

@@ -1,14 +0,0 @@
-//
-//  SignatureTableViewCell.h
-//  AntsContract
-//
-//  Created by Ray on 12/19/16.
-//  Copyright © 2016 United Software Applications, Inc. All rights reserved.
-//
-
-#import <UIKit/UIKit.h>
-
-@interface SignatureTableViewCell : UITableViewCell
-@property (strong, nonatomic) IBOutlet UIImageView *signatureImageView;
-
-@end

+ 0 - 24
Ants Contract/AntsContract/AntsContract/SignatureTableViewCell.m

@@ -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