// // UrlCrptyUtils.h // UUTUtils // // Created by zhuge on 2018/1/23. // Copyright © 2018年 zhuge. All rights reserved. // #import @interface UrlCrptyUtils : NSObject + (NSString*) encrypt:(NSString*) content; + (NSString*) decrypt:(NSString*) content; @end