Skip to content

Instantly share code, notes, and snippets.

@narikbi
narikbi / SearchViewController.m
Created May 11, 2017 10:00
Example of Objective-C UIViewController class.
//
// SearchViewController.m
//
//
// Created by Narikbi
// Copyright © 2016. All rights reserved.
//
#import "SearchViewController.h"
#import "VenueApi.h"
#import <Foundation/Foundation.h>
@interface NSBundle (Language)
+(void)setLanguage:(NSString*)language;
@end