Declaration

unowned(unsafe) var delegate: AnyObject! { get set }

Declaration

@property (nonatomic, unsafe_unretained) id delegate;

Declaration

delegate() -> object
setDelegate_(delegate: object)