1234567891011121314151617 |
- //
- // NSBundle+DAUtils.h
- // LanguageSettingsDemo
- //
- // Created by DarkAngel on 2017/5/4.
- // Copyright © 2017年 暗の天使. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- @interface NSBundle (DAUtils)
- + (BOOL)isChineseLanguage;
- + (NSString *)currentLanguage;
- @end
|