LookInside/AAPLCoolPresentationController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  AAPLCoolPresentationController header.
  
 */
 
@import UIKit;
 
@interface AAPLCoolPresentationController : UIPresentationController
 
@property (nonatomic) UIImageView *bigFlowerImageView;
@property (nonatomic) UIImageView *carlImageView;
 
@property (nonatomic) UIImage *jaguarPrintImageH;
@property (nonatomic) UIImage *jaguarPrintImageV;
 
@property (nonatomic) UIImageView *topJaguarPrintImageView;
@property (nonatomic) UIImageView *bottomJaguarPrintImageView;
 
@property (nonatomic) UIImageView *leftJaguarPrintImageView;
@property (nonatomic) UIImageView *rightJaguarPrintImageView;
 
@property (nonatomic) UIView *dimmingView;
 
@end