From 07195976ce0106a17ed57b08d2fb10d0c3020edb Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 15 Sep 2025 11:25:11 +0200 Subject: Initial commit --- QSCapturaPlugin/Types/Constants.h | 3 +++ QSCapturaPlugin/Types/Constants.m | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 QSCapturaPlugin/Types/Constants.h create mode 100644 QSCapturaPlugin/Types/Constants.m (limited to 'QSCapturaPlugin/Types') diff --git a/QSCapturaPlugin/Types/Constants.h b/QSCapturaPlugin/Types/Constants.h new file mode 100644 index 0000000..c267fa9 --- /dev/null +++ b/QSCapturaPlugin/Types/Constants.h @@ -0,0 +1,3 @@ +#pragma mark - Window Object Types + +extern NSString *const kWindowsType; diff --git a/QSCapturaPlugin/Types/Constants.m b/QSCapturaPlugin/Types/Constants.m new file mode 100644 index 0000000..dbc1521 --- /dev/null +++ b/QSCapturaPlugin/Types/Constants.m @@ -0,0 +1,3 @@ +#pragma mark - Window Object Types + +NSString *const kWindowsType = @"WindowsType"; -- cgit