UIViewController+Present.h 264 B

1234567891011121314151617
  1. //
  2. // UIViewController+Present.h
  3. // Starbuds
  4. //
  5. // Created by 翟玉磊 on 2020/6/16.
  6. // Copyright © 2020 翟玉磊. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface UIViewController (Present)
  11. @end
  12. NS_ASSUME_NONNULL_END