10 lines
133 B
Swift
10 lines
133 B
Swift
import Foundation
|
|
|
|
public struct FeatureFlags {
|
|
|
|
public static var needsNewTalkPage: Bool {
|
|
return true
|
|
}
|
|
|
|
}
|