IconCollection/AAPLMyViewController.h

/*
 Copyright (C) 2016 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 Controls the collection view of icons.
 */
 
@import Cocoa;
 
@interface AAPLMyViewController : NSViewController
 
@property (nonatomic, assign) NSUInteger sortingMode;
@property (nonatomic, assign) BOOL alternateColors;
 
@end