addTimer_forMode_ method

void addTimer_forMode_(
  1. NSTimer timer,
  2. NSString mode
)

Implementation

void addTimer_forMode_(NSTimer timer, NSString mode) {
  _lib._objc_msgSend_561(
      _id, _lib._sel_addTimer_forMode_1, timer._id, mode._id);
}