diff --git a/AppKit/CPTextView/CPRulerView.j b/AppKit/CPTextView/CPRulerView.j index aaef07851..d25532a90 100644 --- a/AppKit/CPTextView/CPRulerView.j +++ b/AppKit/CPTextView/CPRulerView.j @@ -36,6 +36,8 @@ CPRulerOrientationHorizontal = 0, CPRulerOrientationVertical = 1 @class CPRulerView; +@class CPScrollView; +@class CPTextTab; // MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons) diff --git a/AppKit/CPTextView/_CPTableTextAttachment.j b/AppKit/CPTextView/_CPTableTextAttachment.j index a395a31a4..9e7d3daed 100644 --- a/AppKit/CPTextView/_CPTableTextAttachment.j +++ b/AppKit/CPTextView/_CPTableTextAttachment.j @@ -19,7 +19,8 @@ */ @import "CPView.j" -@import "CPTextView.j" +@class CPTextView; +@class CPTextContainer; @import "CPTextField.j" @import