Skip to content

Commit

Permalink
Merge pull request #519 from CleverTap/task/SDK-3526/make_CTInboxMess…
Browse files Browse the repository at this point in the history
…ageContent_unrestricted

task(SDK-3526) - Removes restricted scope of CTInboxMessageContent class
  • Loading branch information
Anush-Shand authored Dec 21, 2023
2 parents 5ac6b24 + 9683990 commit 4150c31
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* Public model class for the "msg" object from notification inbox payload
*/
@SuppressWarnings({"unused", "WeakerAccess"})
@RestrictTo(Scope.LIBRARY)
public class CTInboxMessageContent implements Parcelable {

@SuppressWarnings("unused")
Expand Down

0 comments on commit 4150c31

Please sign in to comment.