Skip to content

Commit afd23ae

Browse files
committed
API Evolution
1 parent b27a673 commit afd23ae

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//
2+
// API-1.6.7.swift
3+
// TimecodeKit • https://github.com/orchetect/TimecodeKit
4+
// © 2022 Steffan Andrews • Licensed under MIT License
5+
//
6+
7+
import Foundation
8+
9+
// MARK: API Changes in TimecodeKit 1.6.7
10+
11+
// MARK: Timecode.FrameRate
12+
13+
extension VideoFrameRate {
14+
@available(*, deprecated, renamed: "_48p")
15+
public static let _48 = Self._48p
16+
}

0 commit comments

Comments
 (0)