mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-01 13:40:42 +00:00
14 lines
219 B
Objective-C
14 lines
219 B
Objective-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
|