aboutsummaryrefslogtreecommitdiff
path: root/QSCapturaPlugin/Types
diff options
context:
space:
mode:
Diffstat (limited to 'QSCapturaPlugin/Types')
-rw-r--r--QSCapturaPlugin/Types/Constants.h3
-rw-r--r--QSCapturaPlugin/Types/Constants.m3
2 files changed, 6 insertions, 0 deletions
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";