changed urlString to be nullable
urlString was changed to __nullable so it doesn't required nil check with Swift every time a urlString is set.
urlString was changed to __nullable so it doesn't required nil check with Swift every time a urlString is set.