IconCollection/AAPLMyViewController.h
/* |
Copyright (C) 2015 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 <NSCollectionViewDelegate> |
@property (nonatomic, assign) NSUInteger sortingMode; |
@property (nonatomic, assign) BOOL alternateColors; |
@end |