Skip to content

Instantly share code, notes, and snippets.

@sorted-bits
Created October 20, 2011 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sorted-bits/1302101 to your computer and use it in GitHub Desktop.
Save sorted-bits/1302101 to your computer and use it in GitHub Desktop.
LocalizationHelper
//
// LocalizationHelper.h
//
// Created by Wim Haanstra on 9/30/10.
// Copyright 2010 Wim Haanstra. All rights reserved.
//
#import
@interface LocalizationHelper : NSObject { }
+ (void) localizeView:(UIView*) view;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment