init method

NSObject init()

Implementation

NSObject init() {
  return performSync(SEL('init'));
}