2
0

Update Crashlytics.

This commit is contained in:
Maarten Billemont
2016-07-19 12:06:22 -04:00
parent ba00d89b99
commit fa588f8fe2
6 changed files with 5 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
+ (instancetype)stackFrameWithSymbol:(NSString *)symbol;
@property (nonatomic, copy, nullable) NSString *symbol;
@property (nonatomic, copy, nullable) NSString *rawSymbol;
@property (nonatomic, copy, nullable) NSString *library;
@property (nonatomic, copy, nullable) NSString *fileName;
@property (nonatomic, assign) uint32_t lineNumber;