/
githubmirror
/
client
Обзор
Документация
Войти
/
githubmirror
/
client
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
osx/Installer/Uninstaller.h
18 строк
333 B
Gabriel Handford
Include Keybase in Finder favorites (#4828)
16 ноя 2016, 21:39
16 ноя 2016, 21:39
2425247
Код
Авторство
О чём код?
// // Uninstaller.h // Keybase // // Created by Gabriel on 1/28/16. // Copyright © 2016 Keybase. All rights reserved. // #import <Foundation/Foundation.h> #import <KBKit/KBKit.h> #import "Options.h" @interface Uninstaller : NSObject + (void)uninstallWithOptions:(Options *)options completion:(KBCompletion)completion; @end