公告板
版本库
活动
搜索
登录
ios
/
Kuanzhai
宽窄优行-由【嘉易行】项目成品而来
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化提交
younger_times
2023-04-06
a1ae6802080a22e6e6ce6d0935e95facb1daca5c
[ios/Kuanzhai.git]
/
OKTravel-User
/
Pods
/
Moya
/
Sources
/
Moya
/
Image.swift
1
2
3
4
5
6
7
8
9
10
#if canImport(UIKit)
import UIKit.UIImage
public typealias ImageType = UIImage
#elseif canImport(AppKit)
import AppKit.NSImage
public typealias ImageType = NSImage
#endif
/// An alias for the SDK's image type.
public typealias Image = ImageType