mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 13:40:42 +00:00
14 lines
219 B
C
14 lines
219 B
C
|
//
|
||
|
// RCTConvert+InstabugEnums.h
|
||
|
// instabugDemo
|
||
|
//
|
||
|
// Created by Yousef Hamza on 9/29/16.
|
||
|
// Copyright © 2016 Facebook. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "RCTConvert.h"
|
||
|
|
||
|
@interface RCTConvert (InstabugEnums)
|
||
|
|
||
|
@end
|