Blame view

Twear/3rd/Mediatek/IAlert.h 355 Bytes
75d24c15   yangbin   123
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  //
  //  IAlert.h
  //  FMP_Proj
  //
  //  Created by betty on 14-7-7.
  //  Copyright (c) 2014 ken. All rights reserved.
  //
  
  #import <Foundation/Foundation.h>
  #import <CoreBluetooth/CoreBluetooth.h>
  #import<AudioToolbox/AudioToolbox.h>
  
  @interface IAlert : NSObject
  
  -(Boolean) alert:(int) level;
  -(Boolean) uninit;
  -(Boolean) isPlay;
  -(void) stopAlert;
  
  @end