mirror of
https://github.com/zhigang1992/AHAlertView.git
synced 2026-01-12 22:45:42 +08:00
14 lines
266 B
Objective-C
14 lines
266 B
Objective-C
//
|
|
// AHAlertSampleViewController.h
|
|
// AHAlertViewSample
|
|
//
|
|
// Created by Warren Moore on 9/10/12.
|
|
// Copyright (c) 2012 Auerhaus Development, LLC. All rights reserved.
|
|
//
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
@interface AHAlertSampleViewController : UIViewController
|
|
|
|
@end
|