Sign in

iOS Team / CNLiveUploadManager · Files

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CNLiveUploadManager
  • Example
  • CNLiveUploadManager
  • main.m
  • tijiao
    bd67be37
    梁星国 authored
    2019-05-31 16:29:31 +0800  
    Browse Code »
main.m 344 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
//
//  main.m
//  CNLiveUploadManager
//
//  Created by jyyjkt on 05/31/2019.
//  Copyright (c) 2019 jyyjkt. All rights reserved.
//

@import UIKit;
#import "CNLiveAppDelegate.h"

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