Sha256: 7d15113bf633da081c4339a92525004a10dcccd3c0e131e3d68dfea08846edee

Contents?: true

Size: 353 Bytes

Versions: 8

Compression:

Stored size: 353 Bytes

Contents

//
//  main.m
//  XXPROJECT_TITLEXX
//
//  Copyright (c) XXYEARXX XXORGANIZATION_NAMEXX. All rights reserved.
//

#import <UIKit/UIKit.h>

#import "XXCLASS_PREFIXXXAppDelegate.h"

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
klipp-0.2.2.5 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.2.4 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.2.3 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.2.2 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.2.1 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.2 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.1 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m
klipp-0.2.0 spec/fixtures/template-repository/Example/XXPROJECT_IDXX/main.m