callzhang / EatNow

Find great food in 10 seconds
http://eatnow.cc
0 stars 0 forks source link

Strong type for ENServerManager.me #196

Closed xmkevin closed 8 years ago

xmkevin commented 8 years ago

I think it would be better to store user in strong type, NSDictionary is hard to maintain.

callzhang commented 8 years ago

What's stronghold type mean? A schema?

-d

On Oct 28, 2015, at 6:37 AM, Yongqing Gao notifications@github.com wrote:

I think it would be better to store user in strong type, NSDictionary is hard to maintain.

— Reply to this email directly or view it on GitHub.

xmkevin commented 8 years ago

Create an ENUser model with properties.

callzhang commented 8 years ago

Is json model as mentioned by @caoer better?

xmkevin commented 8 years ago

Yes, I will do it latter. Finish login module firstly.