summaryrefslogtreecommitdiff
path: root/platform/ios/test/OHHTTPStubs/Examples/ObjC/Supporting Files/main.m
blob: 478bfb3959592351b066effa92435186018120e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
//  main.m
//  OHHTTPStubsDemo
//
//  Created by Olivier Halligon on 11/08/12.
//  Copyright (c) 2012 AliSoftware. All rights reserved.
//

#import <UIKit/UIKit.h>


int main(int argc, char *argv[])
{
    @autoreleasepool {
        return UIApplicationMain(argc, argv, nil, nil);
    }
}