15 lines
277 B
C
Raw Normal View History

2015-06-14 17:47:18 +07:00
//
// RNI18n.h
// RNI18n
//
// Created by Alexander Zaytsev on 14/06/15.
// Copyright (c) 2015 Alexander Zaytsev. All rights reserved.
//
2015-06-14 19:14:02 +07:00
#import <Foundation/Foundation.h>
2015-06-14 17:47:18 +07:00
#import "RCTBridgeModule.h"
2015-06-14 19:14:02 +07:00
#import "RCTLog.h"
2015-06-14 17:47:18 +07:00
@interface RNI18n : NSObject <RCTBridgeModule>
@end