Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CommunityVC.h « Maps « iphone - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 29a7df1f9baf3a6f7c08ac7557739e1711188e8a (plain)
1
2
3
4
5
6
7

#import <UIKit/UIKit.h>
#import "TableViewController.h"

@interface CommunityVC : TableViewController

@end