<% if is_new_method %>
-(void)didBecomeActiveWithConversation:(MSConversation *)conversation { <% end %> <% if use_conditional_test_key? %> ifdef DEBUG
[Branch setUseTestBranchKey:YES];
endif // DEBUG <% end %>
[[Branch getInstance] initSessionWithLaunchOptions:@{} andRegisterDeepLinkHandlerUsingBranchUniversalObject:^(BranchUniversalObject *universalObject, BranchLinkProperties *linkProperties, NSError *error){ // TODO: Route Branch links }];
<% if is_new_method %> } <% end %>