IOSBroadcast.php 223 B

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