Post
@objcMembers
final class Post : Object
                Realm representation of a post
- 
                  
                  
locationId
Declaration
Swift
dynamic var locationId: Int - 
                  
                  
post
Declaration
Swift
dynamic var post: String - 
                  
                  
postId
Declaration
Swift
dynamic var postId: Int - 
                  
                  
updatedAt
Declaration
Swift
dynamic var updatedAt: Date - 
                  
                  
userId
Declaration
Swift
dynamic var userId: Int - 
                  
                  
Constructor from MTP endpoint data
Declaration
Swift
convenience init?(from: PostJSON, editorId: Int) - 
                  
                  
Constructor from MTP endpoint data
Declaration
Swift
convenience init?(from: PostReply) 
            View on GitHub
          
      Post Class Reference