using CPF.Mac.Foundation; namespace CPF.Mac.AppKit { public delegate NSDictionary NSTextViewOnTextCheck(NSTextView view, NSRange range, NSDictionary options, NSTextCheckingTypes checkingTypes); }