//
// Copyright © 2023 Nevis Security AG. All rights reserved.
//

#import <Foundation/Foundation.h>

// ObjC interface declaration for the Swift class @objc(NevisMobileAuthenticationSdkReact).
// This stub is required so that ObjC++ code can define categories on the class
// without importing the auto-generated -Swift.h header (which is not available
// as a quoted import in a static CocoaPods library).
@interface NevisMobileAuthenticationSdkReact : NSObject
@end
