12 lines
305 B
Objective-C
12 lines
305 B
Objective-C
// Copyright 2018 the FloatingPanel authors. All rights reserved. MIT license.
|
|
|
|
#ifndef FloatingPanel_h
|
|
#define FloatingPanel_h
|
|
|
|
#import <UIKit/UIKit.h>
|
|
|
|
FOUNDATION_EXPORT double FloatingPanelVersionNumber;
|
|
FOUNDATION_EXPORT const unsigned char FloatingPanelVersionString[];
|
|
|
|
#endif /* FloatingPanel_h */
|