//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