mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
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:
@@ -37,6 +37,7 @@ CPRulerOrientationVertical = 1
|
||||
|
||||
@class CPRulerView;
|
||||
@class CPScrollView;
|
||||
@class CPTextTab;
|
||||
|
||||
|
||||
// MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons)
|
||||
|
||||
Reference in New Issue
Block a user