Skip to content

Instantly share code, notes, and snippets.

View pablocarmu's full-sized avatar
🏠
Working from home 🇬🇧

Pablo Carrascal pablocarmu

🏠
Working from home 🇬🇧
View GitHub Profile
@pablocarmu
pablocarmu / Actions.swift
Created November 6, 2018 17:01
Actions through extensions
import ownCloudSDK
enum ActionsExtensionActionType {
case normal
case destructive
case informal
case edit
case save
case unknown
}
//
// Action.swift
// ownCloud
//
// Created by Pablo Carrascal on 30/10/2018.
// Copyright © 2018 ownCloud GmbH. All rights reserved.
//
import UIKit
import ownCloudSDK