Inherits from NSObject
Conforms to ESStringLocalizer
Declared in ESStringLocalizerStub.h
ESStringLocalizerStub.m

Overview

An implementation of ESStringLocalizer protocol that does nothing. It is used mostly for unit testing.

Instance Methods

localizedStringForKey:

This implementation does nothing and returns the key as is.

- (NSString *)localizedStringForKey:(NSString *)key

Parameters

key

Localization key string.

Return Value

key.

Declared In

ESStringLocalizerStub.h