Elements. Build native projects for any modern development platform, using the language(s) of your choice. Oxygene (Object Pascal), C#, Swift, Java, Go. | RemObjects Software

SharedUI.Shared

Language: Iodine, Platform: All, Category: SharedUI
https://github.com/remobjects/ElementsSamples/tree/master/Iodine/All/SharedUI/SharedUI.Shared

$(MSBuildThisFileDirectory)Aliases.cs

namespace SharedUI.Shared
{
	//
	// Aliases and mapped types to make type names more similar between Cocoa and WPF
	//

	#if ECHOES
	public using id = object;
	public class IBAction : Attribute {}
	#endif
}