mirror of
https://github.com/zhigang1992/AHAlertView.git
synced 2026-04-29 12:25:28 +08:00
Initial Commit
This commit is contained in:
18
AHAlertViewSample/main.m
Normal file
18
AHAlertViewSample/main.m
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// main.m
|
||||
// AHAlertViewSample
|
||||
//
|
||||
// Created by Warren Moore on 9/10/12.
|
||||
// Copyright (c) 2012 Auerhaus Development, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import "AHAppDelegate.h"
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
@autoreleasepool {
|
||||
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AHAppDelegate class]));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user