export default class PushApnProvider {
  id: string = 'push-apn-provider'
  transporter: Object

  constructor (config: Object) {