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