PLCrashReporter header implementation?

835 views Asked by At

I need to implement the PLCrashReporter to my application, i have added framework and the code to use it, but i need add header files. I am not sure what to add as header files.

Could you please help me?

1

There are 1 answers

1
user3142585 On
#import "CrashReporter/CrashReporter.h"

Would be the right answer, if all is right configured.