mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Video embedding
This commit is contained in:
@@ -644,6 +644,13 @@ public enum TabBarItemContextActionType {
|
||||
|
||||
open func tabBarItemSwipeAction(direction: TabBarItemSwipeDirection) {
|
||||
}
|
||||
|
||||
open func updatePossibleControllerDropContent(content: NavigationControllerDropContent?) {
|
||||
}
|
||||
|
||||
open func acceptPossibleControllerDropContent(content: NavigationControllerDropContent) -> Bool {
|
||||
return false
|
||||
}
|
||||
}
|
||||
|
||||
func traceIsOpaque(layer: CALayer, rect: CGRect) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user