EepromTemplateTableViewCell.h
701バイト
//
// EepromTemplateTableViewCell.h
// jacket_test_ios
//
// Created by ドラッサル 亜嵐 on 2017/07/24.
// Copyright © 2017年 ドラッサル 亜嵐. All rights reserved.
//
#import <UIKit/UIKit.h>
@interface EepromTemplateTableViewCell : UITableViewCell
@property (strong, nonatomic) IBOutlet UILabel *lblRecordId;
@property (strong, nonatomic) IBOutlet UILabel *lblRecordName;
@property (strong, nonatomic) IBOutlet UILabel *lblDataId;
@property (strong, nonatomic) IBOutlet UILabel *lblDataModel;
@property (strong, nonatomic) IBOutlet UILabel *lblDataType;
@property (strong, nonatomic) IBOutlet UILabel *lblDataOs;
@property (strong, nonatomic) IBOutlet UILabel *lblDataPin;
@end