This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
game-api
/
mex_api
forké depuis
laoma/admin_api
Suivre
2
Voter
0
Fork
0
Fichiers
Aborescence:
d38d3deba9
Branches
Tags
master
mex_api
/
app
/
Inter
/
CashierMessageInterFace.php
CashierMessageInterFace.php
107 B
Historique
Raw
1
2
3
4
5
6
7
8
9
10
<?php
namespace App\Inter;
interface CashierMessageInterFace
{
public function returnMsg($type);
}