-
-
Save michaeleisel/c1739427d8990752181110b508fd3cad to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Copyright (c) 2018 Michael Eisel. All rights reserved. | |
#import <Foundation/Foundation.h> | |
// Returns all the calls that have been made, in the order that they were made. If a call is made more than once, it just records the first instance. | |
// Each time this function is called, it returns only the calls that have been made since the last time it was called | |
extern NSArray <NSString *> *CLRCollectCalls(void); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment