Add missing CPTextTab forward declaration in CPRulerView

CPRulerView.j referenced CPTextTab (isKindOfClass: and alloc/init) without a declaration.

Added @class CPTextTab; to resolve the symbol reference. A forward declaration was utilized rather than importing CPParagraphStyle.j to minimize dependency coupling, despite the absence of a circular import risk.

Resolves build warning.
This commit is contained in:
David Richardson
2026-08-20 16:28:02 -06:00
parent c32994af66
commit 52658b636a
+1
View File
@@ -37,6 +37,7 @@ CPRulerOrientationVertical = 1
@class CPRulerView;
@class CPScrollView;
@class CPTextTab;
// MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons)