21 lines
517 B
Objective-C
21 lines
517 B
Objective-C
//
|
|
// ATOM.h
|
|
// ATOM
|
|
//
|
|
// Created by Juha Korhonen on 8.9.2022.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for ATOM.
|
|
FOUNDATION_EXPORT double ATOMVersionNumber;
|
|
|
|
//! Project version string for ATOM.
|
|
FOUNDATION_EXPORT const unsigned char ATOMVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <ATOM/PublicHeader.h>
|
|
|
|
// Core headers
|
|
#import <ATOM/ATOMGDPRLocationDetector.h>
|
|
#import <ATOM/ATOMLGPDLocationDetector.h>
|