TranslateUtils.h 335 B

1234567891011121314151617
  1. //
  2. // TranslateUtils.h
  3. // UUTUtils
  4. //
  5. // Created by zhuge on 2017/12/25.
  6. // Copyright © 2017年 zhuge. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. #import "ProjectInfo_Local_Translate.h"
  10. @interface TranslateUtils : NSObject
  11. // 需要设置好
  12. - (void) translate:(ProjectInfo_Local_Translate*)translateInfo;
  13. @end