mirror of
https://github.com/tappollo/WWDC.git
synced 2026-06-10 23:29:39 +08:00
20 lines
522 B
Objective-C
20 lines
522 B
Objective-C
//
|
|
// PlayerUI.h
|
|
// PlayerUI
|
|
//
|
|
// Created by Guilherme Rambo on 29/04/17.
|
|
// Copyright © 2017 Guilherme Rambo. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
//! Project version number for PlayerUI.
|
|
FOUNDATION_EXPORT double PlayerUIVersionNumber;
|
|
|
|
//! Project version string for PlayerUI.
|
|
FOUNDATION_EXPORT const unsigned char PlayerUIVersionString[];
|
|
|
|
// In this header, you should import all the public headers of your framework using statements like #import <PlayerUI/PublicHeader.h>
|
|
|
|
#import <PlayerUI/PIP.h>
|