Skip to content

Commit

Permalink
Fix warning (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin authored Aug 23, 2024
1 parent f791b54 commit 9f4bd57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ETTrace/Tracer/Public/Tracer.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,12 @@ void EMGBeginCollectingLibraries(void);
+ (void)setup;
+ (NSDictionary *)getResults;
+ (BOOL)isRecording;
+ (void)printThreads;

@end

@interface EMGTracer (PrintThread)
+ (void)printThreads;
@end


#endif /* EMGWriteLibraries_h */

0 comments on commit 9f4bd57

Please sign in to comment.