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.m | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 QSCapturaPlugin/Types/Constants.m (limited to 'QSCapturaPlugin/Types/Constants.m') 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