You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
506 B

2 years ago
//
// 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