Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@inobo55
Created November 10, 2014 17:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inobo55/8baa1ac251619ce8ba81 to your computer and use it in GitHub Desktop.
Save inobo55/8baa1ac251619ce8ba81 to your computer and use it in GitHub Desktop.
音声認識 by docomo [Objective-C] header file
//
// ViewController.h
// VoiceTest
//
// Created by inobo52 on 2014/11/10.
// Copyright (c) 2014年 inobo. All rights reserved.
//
#import <UIKit/UIKit.h>
#import "SRClientHelper.h"
@interface ViewController : UIViewController<SRClientHelperDelegate>
- (IBAction)btnTouched:(id)sender;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment