1234567891011121314151617 |
- //
- // TranslateUtils.h
- // UUTUtils
- //
- // Created by zhuge on 2017/12/25.
- // Copyright © 2017年 zhuge. All rights reserved.
- //
- #import <Foundation/Foundation.h>
- #import "ProjectInfo_Local_Translate.h"
- @interface TranslateUtils : NSObject
- // 需要设置好
- - (void) translate:(ProjectInfo_Local_Translate*)translateInfo;
- @end
|