Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. //
  2. // NZTableViewCell.h
  3. // trackingapp
  4. //
  5. // Created by Nikita Zatsepilov on 28/12/16.
  6. // Copyright © 2016 Synergy. All rights reserved.
  7. //
  8.  
  9. #import <UIKit/UIKit.h>
  10.  
  11. static NSString *kNZTableViewCellIdentifier = @"NZTableViewCell";
  12. static NSString *kNZTableViewCellNibName = @"NZTableViewCell";
  13.  
  14. @interface NZTableViewCell : UITableViewCell
  15.  
  16. @property (weak, nonatomic, readonly) UILabel *label;
  17.  
  18. @end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement