Skip to content

Instantly share code, notes, and snippets.

@nzatsepilov
Created February 22, 2017 12:47
Show Gist options
  • Save nzatsepilov/bc30fe4db01143b3da3461637d6720b0 to your computer and use it in GitHub Desktop.
Save nzatsepilov/bc30fe4db01143b3da3461637d6720b0 to your computer and use it in GitHub Desktop.
//
// 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