Files
PINRemoteImage/Example-Mac/PINRemoteImage/PINViewWithBackgroundColor.h
2016-01-06 15:03:44 +01:00

16 lines
297 B
Objective-C

//
// PINViewWithBackgroundColor.h
// PINRemoteImage
//
// Created by Michael Schneider on 1/5/16.
// Copyright © 2016 mischneider. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface PINViewWithBackgroundColor : NSView
@property (nonatomic, strong) NSColor *backgroundColor;
@end