Sha256: 408a83c59590929a5dee777728045fe55abce11c428d4a7a48d4ed4b9d561399

Contents?: true

Size: 373 Bytes

Versions: 3

Compression:

Stored size: 373 Bytes

Contents

//
//  main.m
//  StoryboardLintTest
//
//  Created by Johannes Fahrenkrug on 24.02.14.
//  Copyright (c) 2014 Johannes Fahrenkrug. All rights reserved.
//

#import <UIKit/UIKit.h>

#import "SPWKAppDelegate.h"

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
storyboardlint-0.2.2 spec/fixtures/StoryboardLintTest/StoryboardLintTest/main.m
storyboardlint-0.2.1 spec/fixtures/StoryboardLintTest/StoryboardLintTest/main.m
storyboardlint-0.2.0 spec/fixtures/StoryboardLintTest/StoryboardLintTest/main.m