diff options
Diffstat (limited to 'QSCapturaPlugin/Types/Constants.m')
| -rw-r--r-- | QSCapturaPlugin/Types/Constants.m | 3 |
1 files changed, 3 insertions, 0 deletions
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"; |