Play-/Source/ui_ios/BackgroundLayer.h
2017-02-11 20:42:22 -05:00

18 lines
320 B
Objective-C

//
// BackgroundLayer.h
// Play
//
// Created by Lounge Katt on 8/17/15.
// Copyright (c) 2015 Jean-Philip Desjardins. All rights reserved.
//
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
@interface BackgroundLayer : NSObject
+(CAGradientLayer*) blueGradient;
@end