GetStream / stream-swift

Swift client for Stream API
https://getstream.io
BSD 3-Clause "New" or "Revised" License
35 stars 26 forks source link

Fix inaccessible error for clients using Comments #14

Closed robderstadt closed 4 years ago

robderstadt commented 5 years ago

Clients using a Comment are unable to access the underlying text value due to a 'text' is inaccessible due to 'internal' protection level error. Fix by making this public.