Created
February 22, 2017 12:47
-
-
Save nzatsepilov/bc30fe4db01143b3da3461637d6720b0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// NZTableViewCell.h | |
// trackingapp | |
// | |
// Created by Nikita Zatsepilov on 28/12/16. | |
// Copyright © 2016 Synergy. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> | |
static NSString *kNZTableViewCellIdentifier = @"NZTableViewCell"; | |
static NSString *kNZTableViewCellNibName = @"NZTableViewCell"; | |
@interface NZTableViewCell : UITableViewCell | |
@property (weak, nonatomic, readonly) UILabel *label; | |
@end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment