CocoaSlideCollection/View/AAPLSlideImageView.h

/*
    Copyright (C) 2015 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    This is the "SlideImageView" class declaration.
*/
 
#import <Cocoa/Cocoa.h>
 
// A AAPLSlideImageView is a slightly customized NSImageView, that composites semitransparent bands over areas the slide's image doesn't cover, for a more slide-like appearance.
@interface AAPLSlideImageView : NSImageView
@end