mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-05-14 18:21:27 +08:00
14 lines
253 B
Objective-C
14 lines
253 B
Objective-C
//
|
|
// libUICKeyChainStore.h
|
|
// libUICKeyChainStore
|
|
//
|
|
// Created by kishikawa katsumi on 2013/11/01.
|
|
// Copyright (c) 2013年 Beepscore LLC. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface libUICKeyChainStore : NSObject
|
|
|
|
@end
|