This file contains hidden or 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
| // | |
| // StorageManager.swift | |
| // QSCloud | |
| // | |
| // Created by Maciej Wilczynski on 11/06/15. | |
| // Copyright © 2015 Lupine (lupine.cc). All rights reserved. | |
| // | |
| import Foundation |
This file contains hidden or 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 cc.lupine.quicksocial.controllers; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| public class Controller { | |
| /** | |
| * Controlled view |