IOSListcast.php 260 B

1234567891011
  1. <?php
  2. require_once(APP_ROOT_PATH. 'system/umeng/notification/IOSNotification.php');
  3. class IOSListcast extends IOSNotification {
  4. function __construct() {
  5. parent::__construct();
  6. $this->data["type"] = "listcast";
  7. $this->data["device_tokens"] = NULL;
  8. }
  9. }