mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-11-09 02:45:05 +08:00
7 lines
187 B
C#
7 lines
187 B
C#
|
|
using CPF.Mac.Foundation;
|
||
|
|
|
||
|
|
namespace CPF.Mac.AppKit
|
||
|
|
{
|
||
|
|
public delegate bool NSTextViewSelectionShouldChange(NSTextView textView, NSValue[] affectedRanges, string[] replacementStrings);
|
||
|
|
}
|