InputSoundController.h
504バイト
//
// InputSoundController.h
// jacket_test_ios
//
// Created by ドラッサル 亜嵐 on 2017/10/06.
// Copyright © 2017年 ドラッサル 亜嵐. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "BleProtocol.h"
#import "BLE.h"
@interface InputSoundController : UIViewController <BLEProtocolDelegate>
@property (nonatomic, strong) NSString *jacketId;
@property (strong, nonatomic) BleProtocol *protocol;
@property (nonatomic,assign) id <BLEProtocolDelegate> lastProtocolDelegate;
@end