公告板
版本库
活动
搜索
登录
ios
/
Kuanzhai
宽窄优行-由【嘉易行】项目成品而来
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
初始化提交
younger_times
2023-04-06
a1ae6802080a22e6e6ce6d0935e95facb1daca5c
[ios/Kuanzhai.git]
/
OKTravel-User
/
Pods
/
SwiftEntryKit
/
Source
/
Model
/
EntryAttributes
/
EKAttributes+Duration.swift
1
2
3
4
5
6
7
8
9
10
11
12
//
// EKAttributes+Duration.swift
// SwiftEntryKit
//
// Created by Daniel Huri on 5/4/18.
//
import Foundation
public extension EKAttributes {
typealias DisplayDuration = TimeInterval
}