Skip to content

Instantly share code, notes, and snippets.

@fuxx
Created June 7, 2017 08:48
Show Gist options
  • Save fuxx/da184c2f76c3bcb2ee074b8dc61ce3b9 to your computer and use it in GitHub Desktop.
Save fuxx/da184c2f76c3bcb2ee074b8dc61ce3b9 to your computer and use it in GitHub Desktop.
private api xcode xctest
//
// XCApplicationPrivateExtension.h
// C24Core
//
// Created by Stefan Mayer-Popp on 20.05.16.
// Copyright © 2016 CocoaPods. All rights reserved.
//
#ifndef XCApplicationPrivateExtension_h
#define XCApplicationPrivateExtension_h
@import XCTest;
@interface XCUIApplication (PrivateAPI)
- (instancetype)initPrivateWithPath:(NSURL*)path bundleID:(NSString*)bundleID;
@end
@interface XCAXClient_iOS : NSObject
+ (id)sharedClient;
- (id)screenshotData;
@end
#endif /* XCApplicationPrivateExtension_h */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment