diff options
Diffstat (limited to 'lib/utility/State.cs')
| -rw-r--r-- | lib/utility/State.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/utility/State.cs b/lib/utility/State.cs index a904216..1d5bc48 100644 --- a/lib/utility/State.cs +++ b/lib/utility/State.cs @@ -1,6 +1,6 @@ -namespace gorilla.utility
-{
- public interface State
- {
- }
-}
\ No newline at end of file +namespace jive.utility +{ + public interface State + { + } +} |
