ImageBrowserAppearance/ImageBrowserCell.h

/*
 Copyright (C) 2018 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 IKImageBrowserView's IKImageBrowserCell subclass for drawing its fancy appearance.
 */
 
@import Quartz;
@import Cocoa;
 
@interface ImageBrowserCell : IKImageBrowserCell
 
@end