AudioConverterFileConvertTest/main.m
// |
// main.m |
// AudioConverterFileConvertTest |
// |
// Created by Bilal S. Sayed Ahmad on 7/28/16. |
// Copyright © 2016 Bilal S. Sayed Ahmad. 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])); |
} |
} |
Copyright © 2016 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2016-09-29