Paper Company/Paper Company/APLViewController.h

/*
    Copyright (C) 2016 Apple Inc. All Rights Reserved.
    See LICENSE.txt for this sample’s licensing information
    
    Abstract:
    A simple interface with a few buttons to trigger logging events. Demonstrates the Activity APIs.
 */
 
@import UIKit;
 
 
@interface APLViewController : UIViewController
 
@end