NSBundle+HXPhotoPicker.h 406 B

123456789101112131415
  1. //
  2. // NSBundle+HXPhotoPicker.h
  3. // HXPhotoPickerExample
  4. //
  5. // Created by Silence on 2017/7/25.
  6. // Copyright © 2017年 Silence. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface NSBundle (HXPhotoPicker)
  10. + (instancetype)hx_photoPickerBundle;
  11. + (NSString *)hx_localizedStringForKey:(NSString *)key value:(NSString *)value;
  12. + (NSString *)hx_localizedStringForKey:(NSString *)key;
  13. @end