Retired Document
Important: This document may not represent best practices for current development. Links to downloads and other resources may no longer be valid.
KeychainTouchID/AAPLBasicTestViewController.h
/* |
Copyright (C) 2016 Apple Inc. All Rights Reserved. |
See LICENSE.txt for this sample’s licensing information |
Abstract: |
Test view controller parent for implementing test pages in the test application. |
*/ |
@import UIKit; |
#import "AAPLTest.h" |
@interface AAPLBasicTestViewController : UIViewController <UITableViewDataSource, UITableViewDelegate> |
@property (nonatomic, copy) NSArray<AAPLTest *> *tests; |
- (void)printMessage:(NSString *)message inTextView:(UITextView *)textView; |
@end |
Copyright © 2018 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2018-06-04