Samples
Samples
Documents
Language: Iodine, Platform: Toffee, Category: macOS
https://github.com/remobjects/ElementsSamples/tree/master/Iodine/Toffee/macOS/Documents
-
Documents
-
References
- Cocoa
- rtl
- libToffee
- libElements
- Source Files
- Other Files
-
References
AppDelegate.java
package Documents;
import AppKit.*;
@NSApplicationMain @IBObject class AppDelegate implements INSApplicationDelegate {
public void applicationDidFinishLaunching(NSNotification notification) {
}
}
