InputMotorController.h 499バイト
//
//  InputMotorController.h
//  jacket_ios
//
//  Created by ドラッサル 亜嵐 on 2017/02/23.
//  Copyright © 2017年 ドラッサル 亜嵐. All rights reserved.
//

#import <UIKit/UIKit.h>
#import "BleProtocol.h"
#import "BLE.h"

@interface InputMotorController : UIViewController <BLEProtocolDelegate>

@property (nonatomic, strong) NSString *jacketId;
@property (strong, nonatomic) BleProtocol *protocol;
@property (nonatomic,assign) id <BLEProtocolDelegate> lastProtocolDelegate;

@end