Skip to content

Instantly share code, notes, and snippets.

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;
//
// ViewController.swift
// ManyButtons
//
// Created by Vasiliy Kudryavtsev on 29.05.15.
// Copyright (c) 2015 1C. All rights reserved.
//
import UIKit
public class MyViewController extends UIViewController {
public class TestClass {
public int integerValue;
public String stringValue;
public TestClass referenceValue;
public TestClass referenceValue2;