From 5200836d4b4ca9baf0f578f7a462f27d155abff4 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Wed, 8 Feb 2023 16:45:16 +0100 Subject: Initial Commit --- Flat Bezel/BBBackgroundView.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Flat Bezel/BBBackgroundView.h (limited to 'Flat Bezel/BBBackgroundView.h') diff --git a/Flat Bezel/BBBackgroundView.h b/Flat Bezel/BBBackgroundView.h new file mode 100644 index 0000000..1c699a2 --- /dev/null +++ b/Flat Bezel/BBBackgroundView.h @@ -0,0 +1,5 @@ +#import + +@interface BBBackgroundView : QSBezelBackgroundView + +@end -- cgit