mirror of
https://github.com/zhigang1992/UICKeyChainStore.git
synced 2026-06-17 05:49:40 +08:00
14 lines
245 B
Objective-C
14 lines
245 B
Objective-C
//
|
|
// libUICKeyChainStore.m
|
|
// libUICKeyChainStore
|
|
//
|
|
// Created by kishikawa katsumi on 2013/11/01.
|
|
// Copyright (c) 2013年 Beepscore LLC. All rights reserved.
|
|
//
|
|
|
|
#import "libUICKeyChainStore.h"
|
|
|
|
@implementation libUICKeyChainStore
|
|
|
|
@end
|