This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.some.ios; | |
import org.robovm.apple.coregraphics.CGRect; | |
import org.robovm.apple.foundation.NSIndexPath; | |
import org.robovm.apple.uikit.*; | |
public class MyViewController extends UIViewController { | |
private final UIButton button; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// ViewController.swift | |
// ManyButtons | |
// | |
// Created by Vasiliy Kudryavtsev on 29.05.15. | |
// Copyright (c) 2015 1C. All rights reserved. | |
// | |
import UIKit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class MyViewController extends UIViewController { | |
public class TestClass { | |
public int integerValue; | |
public String stringValue; | |
public TestClass referenceValue; | |
public TestClass referenceValue2; |