PNGradientView/Pod/Classes/PNGradientView.h
2016-01-12 12:54:32 +01:00

16 lines
246 B
Objective-C

//
// PNGradientView.h
// Pods
//
// Created by Giuseppe Nucifora on 12/01/16.
//
//
#import <UIKit/UIKit.h>
@interface PNGradientView : UIView
- (void) setBackgroundLayerWithColors:(NSArray *) colors startPoint:(CGPoint) startPoint;
@end