onnxruntime/js/react_native/e2e/ios/MNISTDataHandler.h

13 lines
282 B
C
Raw Normal View History

// 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 */