Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.

Commit 853bc49

Browse files
Lucretielsamtstern
authored andcommitted
Add annotation comments to ViewController.m (#363)
1 parent 8639f1f commit 853bc49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ios/analytics/AnalyticsExample/ViewController.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616

1717
#import "ViewController.h"
1818

19+
// [START screen_view_hit_imports_objc]
1920
#import <GoogleAnalytics/GAI.h>
2021
#import <GoogleAnalytics/GAIDictionaryBuilder.h>
2122
#import <GoogleAnalytics/GAIFields.h>
22-
23+
// [END screen_view_hit_imports_objc]
2324

2425
@implementation ViewController
2526

0 commit comments

Comments
 (0)