Clear _CPFontPanelPreviewView build warning

CPFontPanel.j used _CPFontPanelPreviewView as an ivar type and instantiated it before its own @implementation, later in the same file, with no forward declaration. Added @class _CPFontPanelPreviewView, alongside the file's existing forward declarations.

This removes all build warnings.
This commit is contained in:
David Richardson
2026-08-20 20:14:14 -06:00
parent 073fae648e
commit 5449561fe2
+1
View File
@@ -36,6 +36,7 @@
@class CPLayoutManager
@class CPTextContainer
@class CPFontManager
@class _CPFontPanelPreviewView
/*
Collection indexes