docs/docsets/Hero.docset/Contents/Resources/Documents/Classes.html
The following classes are available globally.
`
HeroDebugPlugin
`
Undocumented
Swift
public class HeroDebugPlugin : HeroPlugin
`
HeroExtension
`
Undocumented
Swift
public class HeroExtension<Base>
`
HeroContext
`
Undocumented
Swift
public class HeroContext
`
HeroModifier
`
Undocumented
Swift
public final class HeroModifier
extension HeroModifier: HeroStringConvertible
`
HeroPlugin
`
Undocumented
Swift
open class HeroPlugin : NSObject, HeroPreprocessor, HeroAnimator
`
Lexer
`
Undocumented
Swift
public class Lexer
`
ExprNode
`
Undocumented
Swift
public class ExprNode : CustomStringConvertible, Equatable
`
NumberNode
`
Undocumented
Swift
public class NumberNode : ExprNode
`
VariableNode
`
Undocumented
Swift
public class VariableNode : ExprNode
`
BinaryOpNode
`
Undocumented
Swift
public class BinaryOpNode : ExprNode
`
CallNode
`
Undocumented
Swift
public class CallNode : ExprNode
`
PrototypeNode
`
Undocumented
Swift
public class PrototypeNode : ExprNode
`
FunctionNode
`
Undocumented
Swift
public class FunctionNode : ExprNode
`
Parser
`
Undocumented
Swift
public class Parser
`
HeroTransition
`
Undocumented
Swift
open class HeroTransition : NSObject
extension HeroTransition: UINavigationControllerDelegate
extension HeroTransition: UITabBarControllerDelegate
extension HeroTransition: UIViewControllerTransitioningDelegate
extension HeroTransition: UIViewControllerAnimatedTransitioning
extension HeroTransition: UIViewControllerInteractiveTransitioning
`
Hero
`
Hero.shared
func update(progress:Double)
func end()
func cancel()
func apply(modifiers:[HeroModifier], to view:UIView)
Swift
public class Hero : NSObject
`
HeroDebugPlugin
`