2013-01-19 20:02:34 +00:00
|
|
|
|
//
|
|
|
|
|
// ViewController.h
|
|
|
|
|
// doublehitballs
|
|
|
|
|
//
|
|
|
|
|
// Created by vvv ооо on 13.07.12.
|
|
|
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
|
2013-02-06 20:39:58 +00:00
|
|
|
|
#import "include/Utils/IosApi/ObjC/ViewControllerTemplate.h"
|
|
|
|
|
|
|
|
|
|
@interface ViewController : ViewControllerTemplate
|
2013-01-19 20:02:34 +00:00
|
|
|
|
|
|
|
|
|
@end
|
2013-02-06 20:39:58 +00:00
|
|
|
|
|