realm-js/react-native/RealmAnalytics.h

16 lines
216 B
C
Raw Normal View History

/* Copyright 2016 Realm Inc - All Rights Reserved
* Proprietary and Confidential
*/
#import <Foundation/Foundation.h>
#ifdef __cplusplus
extern "C" {
#endif
void RLMSendAnalytics();
#ifdef __cplusplus
}
#endif