Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions ios/RNInstabug/RCTConvert+InstabugEnums.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,10 @@
// Created by Yousef Hamza on 9/29/16.
// Copyright © 2016 Facebook. All rights reserved.
//

#if __has_include("RCTConvert.h")
#import "RCTConvert.h"
#else
#if __has_include("React/RCTConvert.h")
#import <React/RCTConvert.h>
#else
#import "RCTConvert.h"
#endif

@interface RCTConvert (InstabugEnums)
Expand Down