ifish/Ifish/HTTPDNS/UTMini.framework/Headers/UTTeamWork.h

25 lines
506 B
Objective-C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//
// UTTeamWork.h
// UTMini
//
// Created by ljianfeng on 2019/9/29.
// Copyright © 2019 alibaba. All rights reserved.
//
#import <Foundation/Foundation.h>
NS_ASSUME_NONNULL_BEGIN
@interface UTTeamWork : NSObject
/**
* @brief 自定义https上传域名
*
* @param url 指定的https上传域名比如以https://开头
*
* @warning 调用说明:需要在初始化UT之前调用(setAppkey之前)
*/
+ (void)setHttpsUploadUrl:(NSString *)url;
@end
NS_ASSUME_NONNULL_END