share_manager.php 171 B

1234567891011121314
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: stanley-king
  5. * Date: 2017/6/21
  6. * Time: 上午10:59
  7. */
  8. class share_manager
  9. {
  10. private function __construct()
  11. {
  12. }
  13. }