15 lines
289 B
Objective-C
15 lines
289 B
Objective-C
//
|
|
// RNI18n.h
|
|
// RNI18n
|
|
//
|
|
// Created by Alexander Zaytsev on 14/06/15.
|
|
// Copyright (c) 2015 Alexander Zaytsev. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <React/RCTBridgeModule.h>
|
|
#import <React/RCTLog.h>
|
|
|
|
@interface RNI18n : NSObject <RCTBridgeModule>
|
|
@end
|