mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 22:50:48 +00:00
17 lines
297 B
Objective-C
17 lines
297 B
Objective-C
/*
|
|
File: InstabugCore/InstabugCore.h
|
|
|
|
Contains: Enums and Constants for using Instabug's SDK.
|
|
|
|
Copyright: (c) 2013-2018 by Instabug, Inc., all rights reserved.
|
|
|
|
Version: 7.9.1
|
|
*/
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "IBGTypes.h"
|
|
|
|
@interface InstabugCore : NSObject
|
|
|
|
@end
|