Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akash Malhotra committed May 5, 2023
1 parent c1f0b32 commit 45ddb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CleverTapSDK/CleverTap+FeatureFlags.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
__attribute__((deprecated("This protocol has been deprecated and will be removed in the future versions of this SDK.")))
@protocol CleverTapFeatureFlagsDelegate <NSObject>
@optional
- (void)ctFeatureFlagsUpdated;
- (void)ctFeatureFlagsUpdated
__attribute__((deprecated("This protocol method has been deprecated and will be removed in the future versions of this SDK.")));
@end

Expand Down

0 comments on commit 45ddb09

Please sign in to comment.