Automattic / Gravatar-SDK-iOS

Gravatar SDK is a Swift library that allows you to integrate Gravatar features into your own iOS applications.
https://gravatar.com
Mozilla Public License 2.0
36 stars 1 forks source link

[DRAFT] Configure readonlyProperties to use `let` #319

Closed andrewdmontgomery closed 1 month ago

andrewdmontgomery commented 2 months ago

Closes #

Description

My attempt to update the mustache template for model creation by changing public private(set) var to public let.

Testing Steps