Sha256: c22121ef09d04071b239509fb8304073dfce3a5af69f958ac0a5aef4e46a84da

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

//
//  main.m
//  TestProject
//
//  Created by Blake Watters on 10/9/13.
//  Copyright (c) 2013 TripAdvisor. All rights reserved.
//

#import <UIKit/UIKit.h>

#import "TATPAppDelegate.h"

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
trip_advisor-0.0.21 spec/fixtures/project.git/TestProject/main.m
trip_advisor-0.0.15 spec/fixtures/project.git/TestProject/main.m