mirror of
https://github.com/danog/Telegram.git
synced 2024-12-12 09:29:55 +01:00
14 lines
270 B
C
14 lines
270 B
C
|
//
|
||
|
// 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
|