mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-01-09 19:56:03 +00:00
15 lines
277 B
Objective-C
15 lines
277 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 "RCTBridgeModule.h"
|
|
#import "RCTLog.h"
|
|
|
|
@interface RNI18n : NSObject <RCTBridgeModule>
|
|
@end
|