mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-04-01 12:54:03 +08:00
16 lines
297 B
Objective-C
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
|