Enroute Flight Navigation
A navigation app for VFR pilots
ObjectiveC.h
1//
2// ObjectiveC.h
3//
4//
5// Created by Simon Schneider on 02.05.23.
6//
7
8@interface ObjectiveC : NSObject
9
10+ (ObjectiveC *)sharedInstance;
11
12@end