FirmwareWriteControllerTableViewCell.h 408バイト
//
//  FirmwareWriteControllerTableViewCell.h
//  jacket_ios
//
//  Created by ドラッサル 亜嵐 on 2017/06/07.
//  Copyright © 2017年 ドラッサル 亜嵐. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface FirmwareWriteControllerTableViewCell : UITableViewCell

@property (strong, nonatomic) IBOutlet UILabel *lblTitle;
@property (strong, nonatomic) IBOutlet UILabel *lblSubtitle;

@end