Inherits from NSObject
Declared in SRSubscription.h

Overview

An SRSubscription can be used to add or remove event handlers for a specific hub event.

Tasks

Properties

Properties

object

The receiver to perform selector on

@property (strong, nonatomic, readwrite) NSObject *object

Declared In

SRSubscription.h

selector

A selector identifying the message to send.

@property (assign, nonatomic, readwrite) SEL selector

Declared In

SRSubscription.h