File "Mobile.php"
Full Path: /www/wwwroot/shphe-en.com/wp-content/plugins/bb-plugin/includes/vendor/mailchimp/Mailchimp/Mobile.php
File size: 129 bytes
MIME-type: --
Charset: utf-8
<?php
class Mailchimp_Mobile {
public function __construct(Mailchimp $master) {
$this->master = $master;
}
}