mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
16 lines
305 B
Objective-C
16 lines
305 B
Objective-C
//
|
|
// PersephoneBridgingHeader.h
|
|
// Persephone
|
|
//
|
|
// Created by Daniel Barber on 2019/3/01.
|
|
// Copyright © 2019 Dan Barber. All rights reserved.
|
|
//
|
|
|
|
#ifndef PersephoneBridgingHeader_h
|
|
#define PersephoneBridgingHeader_h
|
|
|
|
|
|
#endif /* PersephoneBridgingHeader_h */
|
|
|
|
#import <CommonCrypto/CommonCrypto.h>
|