UINavigation+SXFixSpace.h 392 B

1234567891011121314151617181920212223
  1. //
  2. // UINavigation+SXFixSpace.h
  3. // UINavigation-SXFixSpace
  4. //
  5. // Created by charles on 2017/9/8.
  6. // Copyright © 2017年 None. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. #ifndef sx_defaultFixSpace
  10. #define sx_defaultFixSpace 8
  11. #endif
  12. @interface UIImagePickerController (SXFixSpace)
  13. @end
  14. @interface UINavigationBar (SXFixSpace)
  15. @end
  16. @interface UINavigationItem (SXFixSpace)
  17. @end