mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Remove CPScrollView build warning
CPRulerView.j did not import CPScrollView. A direct import would create a cycle, since CPScrollView.j already imports CPRulerView.j. Added a forward declaration instead.
This commit is contained in:
@@ -36,6 +36,7 @@ CPRulerOrientationHorizontal = 0,
|
|||||||
CPRulerOrientationVertical = 1
|
CPRulerOrientationVertical = 1
|
||||||
|
|
||||||
@class CPRulerView;
|
@class CPRulerView;
|
||||||
|
@class CPScrollView;
|
||||||
|
|
||||||
|
|
||||||
// MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons)
|
// MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons)
|
||||||
|
|||||||
Reference in New Issue
Block a user