mirror of
https://github.com/libretro/Play-.git
synced 2025-01-10 18:42:53 +00:00
17 lines
296 B
Objective-C
17 lines
296 B
Objective-C
//
|
|
// BackgroundLayer.h
|
|
// Play
|
|
//
|
|
// Created by Lounge Katt on 8/17/15.
|
|
// Copyright (c) 2015 Jean-Philip Desjardins. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import <QuartzCore/QuartzCore.h>
|
|
|
|
@interface BackgroundLayer : NSObject
|
|
|
|
+(CAGradientLayer*) blueGradient;
|
|
|
|
@end
|