initial support for carthage
This commit is contained in:
16
YogaKit/YogaKitSample/main.m
Normal file
16
YogaKit/YogaKitSample/main.m
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// main.m
|
||||
// YogaKitSample
|
||||
//
|
||||
// Created by David Hart on 26.12.16.
|
||||
// Copyright © 2016 Facebook. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
#import "AppDelegate.h"
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user