AHKActionSheetViewController.h 342 B

123456789101112131415
  1. //
  2. // AHKActionSheetViewController.h
  3. // AHKActionSheetExample
  4. //
  5. // Created by Arkadiusz on 09-04-14.
  6. // Copyright (c) 2014 Arkadiusz Holko. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @class AHKActionSheet;
  10. @interface AHKActionSheetViewController : UIViewController
  11. @property (strong, nonatomic) AHKActionSheet *actionSheet;
  12. @end