HXPhotoCustomNavigationBar.h 247 B

12345678910111213
  1. //
  2. // HXPhotoCustomNavigationBar.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2017/9/22.
  6. // Copyright © 2017年 Silence. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface HXPhotoCustomNavigationBar : UINavigationBar
  10. @end