Linea Pro 5 SDK と Delphi XE5 を使用して iPhone アプリを開発しようとしています。ファイルを Delphiに変換していlineaSDK.h
ますが、SDK から次の行を変換する方法がわかりません。
@interface Linea : NSObject
...
/**
Creates and initializes new Linea class instance or returns already initalized one. Use this function, if you want to access the class from different places
@return shared class instance
**/
+(id)sharedDevice` // <--- this is where I am getting stumped.
...
(id) とは何かに関する Apple のドキュメントを読み、Google でヒントを探しましたが、役に立ちませんでした。何か案は?