mirror of
https://github.com/danog/Telegram.git
synced 2024-12-11 17:09:46 +01:00
14 lines
270 B
Objective-C
Executable File
14 lines
270 B
Objective-C
Executable File
//
|
|
// GDKeychainCredentialManager.h
|
|
// GDFileManagerExample
|
|
//
|
|
// Created by Graham Dennis on 11/07/13.
|
|
// Copyright (c) 2013 Graham Dennis. All rights reserved.
|
|
//
|
|
|
|
#import "GDCredentialManager.h"
|
|
|
|
@interface GDKeychainCredentialManager : GDCredentialManager
|
|
|
|
@end
|