mirror of
https://github.com/HaishinKit/HaishinKit.swift.git
synced 2026-05-07 20:12:28 +00:00
6 lines
71 B
Swift
6 lines
71 B
Swift
import Foundation
|
|
|
|
package protocol NALUnit {
|
|
init(_ data: Data)
|
|
}
|