NSBundle+TZImagePicker.h 398 B

12345678910111213141516171819
  1. //
  2. // NSBundle+TZImagePicker.h
  3. // TZImagePickerController
  4. //
  5. // Created by 谭真 on 16/08/18.
  6. // Copyright © 2016年 谭真. All rights reserved.
  7. //
  8. #import <UIKit/UIKit.h>
  9. @interface NSBundle (TZImagePicker)
  10. + (NSBundle *)tz_imagePickerBundle;
  11. + (NSString *)tz_localizedStringForKey:(NSString *)key value:(NSString *)value;
  12. + (NSString *)tz_localizedStringForKey:(NSString *)key;
  13. @end