Blame view

HDFwear/test.h 239 Bytes
f2cf74c7   yangbin   1.0.20(4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  //
  //  test.h
  //  Twear
  //
  //  Created by yangbin on 2021/12/14.
  //
  
  #import <Foundation/Foundation.h>
  
  NS_ASSUME_NONNULL_BEGIN
  
  @interface test : NSObject
  
  
  - (void)parseKCTHistorySleep: (NSData *)paramArray;
  
  @end
  
  NS_ASSUME_NONNULL_END