1234567891011121314151617 |
- //
- // IHAlertController.h
- // RunTest
- //
- // Created by weclouds on 2019/12/29.
- // Copyright © 2019 weclouds. All rights reserved.
- //
- #import <UIKit/UIKit.h>
- NS_ASSUME_NONNULL_BEGIN
- @interface IHAlertController : UIAlertController
- @end
- NS_ASSUME_NONNULL_END
|