mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
13 lines
281 B
C
13 lines
281 B
C
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
// Licensed under the MIT License.
|
||
|
|
|
||
|
|
#ifndef MNISTDataHandler_h
|
||
|
|
#define MNISTDataHandler_h
|
||
|
|
|
||
|
|
#import <react/RCTBridgeModule.h>
|
||
|
|
|
||
|
|
@interface MNISTDataHandler : NSObject<RCTBridgeModule>
|
||
|
|
@end
|
||
|
|
|
||
|
|
#endif /* MNISTDataHandler_h */
|