aboutsummaryrefslogtreecommitdiff
path: root/src/Commands/ICommand.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Commands/ICommand.cs')
-rw-r--r--src/Commands/ICommand.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Commands/ICommand.cs b/src/Commands/ICommand.cs
new file mode 100644
index 0000000..8515d48
--- /dev/null
+++ b/src/Commands/ICommand.cs
@@ -0,0 +1,7 @@
+namespace iPhotoExtractor.Commands
+{
+ public interface ICommand
+ {
+ void Run();
+ }
+} \ No newline at end of file