Play-/Source/ui_ios/BackgroundLayer.h

18 lines
320 B
C
Raw Normal View History

2015-08-17 12:48:29 -04:00
//
// BackgroundLayer.h
// Play
//
// Created by Lounge Katt on 8/17/15.
// Copyright (c) 2015 Jean-Philip Desjardins. All rights reserved.
//
#import <UIKit/UIKit.h>
2015-08-17 12:48:29 -04:00
#import <Foundation/Foundation.h>
#import <QuartzCore/QuartzCore.h>
@interface BackgroundLayer : NSObject
2018-04-30 21:01:23 +01:00
+ (CAGradientLayer*)blueGradient;
2015-08-17 12:48:29 -04:00
@end