mirror of
https://github.com/seemoo-lab/openhaystack.git
synced 2026-05-21 07:52:47 +00:00
16 lines
289 B
Objective-C
16 lines
289 B
Objective-C
//
|
|
// Bridging-Header.h
|
|
// OFReadKeys
|
|
//
|
|
// Created by Alex - SEEMOO on 04.03.21.
|
|
// Copyright © 2021 SEEMOO - TU Darmstadt. All rights reserved.
|
|
//
|
|
|
|
#ifndef Bridging_Header_h
|
|
#define Bridging_Header_h
|
|
|
|
#import "BoringSSL.h"
|
|
#import "ReportsFetcher.h"
|
|
|
|
#endif /* Bridging_Header_h */
|