Respond to CR.

// FREEBIE
pull/1/head
Matthew Chen 8 years ago
parent 465711c2cb
commit e5c0fa89d6

@ -10,6 +10,9 @@ import commands
import re
# This script is used to extract analytics event names from the codebase,
# and convert them to constants in OWSAnalyticsEvents.
git_repo_path = os.path.abspath(subprocess.check_output(['git', 'rev-parse', '--show-toplevel']).strip())

@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
- (instancetype)init NS_UNAVAILABLE;
// The code between these markers is code-generated by:
// SignalServiceKit/Utilities/extract_analytics_event_names.py
#pragma mark - Code Generation Marker
+ (NSString *)accountsErrorRegisterPushTokensFailed;

@ -8,6 +8,8 @@ NS_ASSUME_NONNULL_BEGIN
@implementation OWSAnalyticsEvents
// The code between these markers is code-generated by:
// SignalServiceKit/Utilities/extract_analytics_event_names.py
#pragma mark - Code Generation Marker
+ (NSString *)accountsErrorRegisterPushTokensFailed

Loading…
Cancel
Save