Declaration

@IBOutlet unowned(unsafe) var delegate: (any BCCollectionViewDelegate)! { get set }

Declaration

@property (nonatomic, unsafe_unretained) id<BCCollectionViewDelegate> delegate;

Declaration

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