Repository URL to install this package:
Version:
3.0.0 ▾
|
{$mode objfpc}
{$modeswitch objectivec1}
unit uobjc39;
interface
type
UITextInputDelegateProtocol = objcprotocol external name 'UITextInputDelegate';
UITextInputTokenizerProtocol = objcprotocol external name 'UITextInputTokenizer';
UITextInputProtocol = objcprotocol external name 'UITextInput';
implementation
end.