mirror of
https://github.com/exyte/PopupView.git
synced 2026-06-06 20:18:33 +00:00
20 lines
507 B
Objective-C
20 lines
507 B
Objective-C
//
|
|
// PopupView.h
|
|
// PopupView
|
|
//
|
|
// Created by Alisa Mylnikova on 23/04/2020.
|
|
// Copyright © 2020 Exyte. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
//! Project version number for PopupView.
|
|
FOUNDATION_EXPORT double PopupViewVersionNumber;
|
|
|
|
//! Project version string for PopupView.
|
|
FOUNDATION_EXPORT const unsigned char PopupViewVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <PopupView/PublicHeader.h>
|
|
|
|
|