Skip to content

Commit

Permalink
fix: UIViewController add growingPageAttributes api
Browse files Browse the repository at this point in the history
  • Loading branch information
YoloMao committed Mar 6, 2023
1 parent fac9578 commit 54e8342
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GrowingAutotracker-cdp/GrowingAutotracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ NS_ASSUME_NONNULL_BEGIN
// 手动标识该页面的标题,必须在该UIViewController显示之前设置
@property (nonatomic, copy) NSString *growingPageAlias;

@property (nonatomic, strong) NSDictionary <NSString *, NSString *> *growingPageAttributes;

@property (nonatomic, assign) GrowingIgnorePolicy growingPageIgnorePolicy;

@end
Expand Down

0 comments on commit 54e8342

Please sign in to comment.