Home Reference Source Repository

js/AVFoundation/AVAudioNode.js

'use strict'

import NSObject from '../ObjectiveC/NSObject'

export default class AVAudioNode extends NSObject {
  constructor() {
    super()
  }
}