Files
amnezia-client/client/platforms/ios/ScreenProtection.swift
T

11 lines
102 B
Swift
Raw Normal View History

2024-07-08 08:12:10 -07:00
//import UIKit
2024-03-06 04:18:19 +03:00
public func toggleScreenshots(_ isEnabled: Bool) {
2024-07-08 08:12:10 -07:00
2024-03-06 04:18:19 +03:00
}
class ScreenProtection {
}