remove @synthesize

This commit is contained in:
Taxidermic 2018-04-06 14:57:05 +03:00
parent 9c4deb541a
commit 21dc57c70b
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@
#import <FirebaseAnalytics/FIRAnalyticsConfiguration.h> #import <FirebaseAnalytics/FIRAnalyticsConfiguration.h>
@implementation RNFirebaseAnalytics @implementation RNFirebaseAnalytics
@synthesize methodQueue = _methodQueue;
RCT_EXPORT_MODULE(); RCT_EXPORT_MODULE();
RCT_EXPORT_METHOD(logEvent:(NSString *)name props:(NSDictionary *)props) { RCT_EXPORT_METHOD(logEvent:(NSString *)name props:(NSDictionary *)props) {