mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-05 11:13:48 +00:00
14 lines
188 B
Objective-C
14 lines
188 B
Objective-C
//
|
|
// RealmReact.m
|
|
// RealmReact
|
|
//
|
|
// Created by Ari Lazier on 8/13/15.
|
|
// Copyright (c) 2015 Realm. All rights reserved.
|
|
//
|
|
|
|
#import "RealmReact.h"
|
|
|
|
@implementation RealmReact
|
|
|
|
@end
|