mirror of
https://github.com/status-im/react-native-i18n.git
synced 2025-01-24 19:09:47 +00:00
14 lines
225 B
Objective-C
14 lines
225 B
Objective-C
//
|
|
// RNI18n.h
|
|
// RNI18n
|
|
//
|
|
// Created by Alexander Zaytsev on 14/06/15.
|
|
// Copyright (c) 2015 Alexander Zaytsev. All rights reserved.
|
|
//
|
|
|
|
#import "RCTBridgeModule.h"
|
|
|
|
@interface RNI18n : NSObject <RCTBridgeModule>
|
|
|
|
@end
|