mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-11-09 02:45:05 +08:00
初始化
This commit is contained in:
6
CPF.Mac/Mac/AppKit/NSTextViewChangeText.cs
Normal file
6
CPF.Mac/Mac/AppKit/NSTextViewChangeText.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
using CPF.Mac.Foundation;
|
||||
|
||||
namespace CPF.Mac.AppKit
|
||||
{
|
||||
public delegate bool NSTextViewChangeText(NSTextView textView, NSRange affectedCharRange, string replacementString);
|
||||
}
|
||||
Reference in New Issue
Block a user