main.m
367 Bytes
//
// main.m
// CNLiveCollectionModule
//
// Created by 153993236@qq.com on 12/05/2019.
// Copyright (c) 2019 153993236@qq.com. All rights reserved.
//
@import UIKit;
#import "CNLIVEAppDelegate.h"
int main(int argc, char * argv[])
{
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([CNLIVEAppDelegate class]));
}
}