summaryrefslogtreecommitdiff
path: root/platform/ios/test/OHHTTPStubs/Examples/ObjC/MainViewController.h
blob: bf1a8f5fceca10ea16433086ca4f6316679e2640 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//
//  MainViewController.h
//  OHHTTPStubsDemo
//
//  Created by Olivier Halligon on 11/08/12.
//  Copyright (c) 2012 AliSoftware. All rights reserved.
//

#import <UIKit/UIKit.h>

@interface MainViewController : UIViewController

@end