Pic.php 112 B

123456789101112
  1. <?php
  2. namespace Atom\Service\Article;
  3. use Dever;
  4. class Pic
  5. {
  6. public function get()
  7. {
  8. }
  9. }