6 lines
89 B
Swift
6 lines
89 B
Swift
public extension Mic {
|
|
enum C {
|
|
static let activityTimeout: TimeInterval = 5
|
|
}
|
|
}
|