1234567891011121314151617181920212223242526272829303132 |
- <?php
- namespace Proto\Api;
- use Google\Protobuf\Internal\GPBType;
- use Google\Protobuf\Internal\RepeatedField;
- use Google\Protobuf\Internal\GPBUtil;
- class ListPackageMicroSoftRes extends \Google\Protobuf\Internal\Message
- {
-
- public function __construct($data = NULL) {
- \GPBMetadata\Api\CityPackageMicroSoft::initOnce();
- parent::__construct($data);
- }
- }
|