14 lines
298 B
Objective-C
14 lines
298 B
Objective-C
//
|
|
// Objective-CBridgingHeader.h
|
|
// pass
|
|
//
|
|
// Created by Mingshen Sun on 19/1/2017.
|
|
// Copyright © 2017 Bob Sun. All rights reserved.
|
|
//
|
|
|
|
#ifndef Objective_CBridgingHeader_h
|
|
#define Objective_CBridgingHeader_h
|
|
|
|
#import <ObjectivePGP/ObjectivePGP.h>
|
|
|
|
#endif /* Objective_CBridgingHeader_h */
|