I recently came across someone creating an instance of a class like this:
var myModel: MyModel!
I have not seen this before. Can someone please explain the difference between the above and the more familiar instantiation:
var myModel = MyModel()