Merge branch 'main' into CPTreeNode-improve-tests

This commit is contained in:
David Richardson
2026-08-20 16:31:42 -06:00
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -36,6 +36,8 @@ CPRulerOrientationHorizontal = 0,
CPRulerOrientationVertical = 1
@class CPRulerView;
@class CPScrollView;
@class CPTextTab;
// MARK: - CPRulerMarker (Interactive Handles with Dynamic Alignment Icons)
+2 -1
View File
@@ -19,7 +19,8 @@
*/
@import "CPView.j"
@import "CPTextView.j"
@class CPTextView;
@class CPTextContainer;
@import "CPTextField.j"
@import <Foundation/CPAttributedString.j>