diff options
Diffstat (limited to 'Plugins/BuiltInFunctions/LiImageView.h')
-rw-r--r-- | Plugins/BuiltInFunctions/LiImageView.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Plugins/BuiltInFunctions/LiImageView.h b/Plugins/BuiltInFunctions/LiImageView.h new file mode 100644 index 0000000..6a14bea --- /dev/null +++ b/Plugins/BuiltInFunctions/LiImageView.h @@ -0,0 +1,6 @@ +/* LiImageView */ + +@interface LiImageView : NSImageView +{ +} +@end |