aboutsummaryrefslogtreecommitdiff
path: root/QSCapturaPlugin/Commands/StartRecordingCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'QSCapturaPlugin/Commands/StartRecordingCommand.h')
-rw-r--r--QSCapturaPlugin/Commands/StartRecordingCommand.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/QSCapturaPlugin/Commands/StartRecordingCommand.h b/QSCapturaPlugin/Commands/StartRecordingCommand.h
new file mode 100644
index 0000000..aa6bcab
--- /dev/null
+++ b/QSCapturaPlugin/Commands/StartRecordingCommand.h
@@ -0,0 +1,13 @@
+#import "Constants.h"
+#import <Foundation/Foundation.h>
+#import <QSCore/QSCore.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface StartRecordingCommand : QSActionProvider
+
+- (QSObject *)startRecording:(QSObject *)directObject;
+
+@end
+
+NS_ASSUME_NONNULL_END