UIAlertController+supportedInterfaceOrientations.h 247 B

12345678910111213
  1. //
  2. // UIAlertController+supportedInterfaceOrientations.h
  3. //
  4. //
  5. // Created by lbxia on 16/1/16.
  6. // Copyright © 2016年 lbxia. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface UIAlertController (supportedInterfaceOrientations)
  10. @end