diff options
Diffstat (limited to 'QSCapturaPlugin/Actions/StartRecordingAction.h')
| -rw-r--r-- | QSCapturaPlugin/Actions/StartRecordingAction.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/QSCapturaPlugin/Actions/StartRecordingAction.h b/QSCapturaPlugin/Actions/StartRecordingAction.h new file mode 100644 index 0000000..e30c44a --- /dev/null +++ b/QSCapturaPlugin/Actions/StartRecordingAction.h @@ -0,0 +1,12 @@ +#import "Constants.h" +#import <Foundation/Foundation.h> +#import <QSCore/QSCore.h> + +NS_ASSUME_NONNULL_BEGIN + +@interface StartRecordingAction : QSActionProvider + +- (QSObject *)startRecordingFor:(QSObject *)directObject; +@end + +NS_ASSUME_NONNULL_END |