Skip to content

Instantly share code, notes, and snippets.

@helbertgs
Last active August 11, 2020 14:37
Show Gist options
  • Save helbertgs/b5c9319bae906372e6c7b487a2779d1c to your computer and use it in GitHub Desktop.
Save helbertgs/b5c9319bae906372e6c7b487a2779d1c to your computer and use it in GitHub Desktop.
@startuml
class SubtitleStylePlugin {
+ name: String
---
init(context: UIObject)
---
+ bindEvents()
+ bindContainerEvents()
+ bindPlaybackEvents()
+ applySteveSubtitleStyle(playback: AVFoundationPlayback) -> Bool
}
class UIFont+SteveAdditions << Extension >> {
{static} clearSans: UIFont
}
SubtitleStylePlugin -up-|> SimpleCorePlugin
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment