diff options
Diffstat (limited to 'matrix-specification/Responses/ClientSyncGetResponse.php')
-rw-r--r-- | matrix-specification/Responses/ClientSyncGetResponse.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/matrix-specification/Responses/ClientSyncGetResponse.php b/matrix-specification/Responses/ClientSyncGetResponse.php new file mode 100644 index 0000000..27464c1 --- /dev/null +++ b/matrix-specification/Responses/ClientSyncGetResponse.php @@ -0,0 +1,8 @@ +<?php + +namespace Matrix\Responses; + +class ClientSyncGetResponse +{ + # TODO +} |