BleSearchResultTableViewCell.h 527バイト
//
//  DetailViewTableViewCell.h
//  jacket_ios
//
//  Created by ドラッサル 亜嵐 on 2016/04/27.
//  Copyright © 2016年 ドラッサル 亜嵐. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface BleSearchResultTableViewCell : UITableViewCell {
    IBOutlet UILabel *lblUuidTapped;
    IBOutlet UILabel *lblRssiTapped;
    IBOutlet UILabel *lblNameTapped;
}

@property (strong, nonatomic) UILabel *lblUuid;
@property (strong, nonatomic) UILabel *lblRssi;
@property (strong, nonatomic) UILabel *lblName;

@end