KeychainTouchID/AAPLKeychainTestsViewController.h

/*
 Copyright (C) 2014 Apple Inc. All Rights Reserved.
 See LICENSE.txt for this sample’s licensing information
 
 Abstract:
 
  Keychain with Touch ID demo implementation
  
 */
#import "AAPLTest.h"
#import"AAPLBasicTestViewController.h"
 
@interface AAPLKeychainTestsViewController : AAPLBasicTestViewController
 
@property (nonatomic, weak) IBOutlet UITextView *textView;
@property (nonatomic, strong) IBOutlet NSLayoutConstraint *dynamicViewHeight;
@property (nonatomic, weak) IBOutlet UITableView *tableView;
 
@end