summaryrefslogtreecommitdiff
path: root/Juick/Views/QuoteView.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Juick/Views/QuoteView.swift')
-rw-r--r--Juick/Views/QuoteView.swift14
1 files changed, 14 insertions, 0 deletions
diff --git a/Juick/Views/QuoteView.swift b/Juick/Views/QuoteView.swift
new file mode 100644
index 0000000..3720e59
--- /dev/null
+++ b/Juick/Views/QuoteView.swift
@@ -0,0 +1,14 @@
+//
+// QuoteView.swift
+// Juick
+//
+// Created by Vitaly Takmazov on 13.05.2023.
+// Copyright © 2023 com.juick. All rights reserved.
+//
+
+import UIKit
+
+@objc
+class QuoteView: UIVisualEffectView {
+ @IBOutlet weak var quoteText: UILabel!
+}