-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Koji Murata
committed
Jun 14, 2017
1 parent
8cbe008
commit 43b34ef
Showing
3 changed files
with
72 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// | ||
// TAKUUID.h | ||
// TAKUUID | ||
// | ||
// Created by Koji Murata on 2017/06/14. | ||
// Copyright © 2017年 Koji Murata. All rights reserved. | ||
// | ||
|
||
#import <UIKit/UIKit.h> | ||
|
||
//! Project version number for TAKUUID. | ||
FOUNDATION_EXPORT double TAKUUIDVersionNumber; | ||
|
||
//! Project version string for TAKUUID. | ||
FOUNDATION_EXPORT const unsigned char TAKUUIDVersionString[]; | ||
|
||
// In this header, you should import all the public headers of your framework using statements like #import <TAKUUID/PublicHeader.h> | ||
|
||
#import <TAKUUID/TAKUUIDStorage.h> |