Comment on Routable, an in-app URL router for iOS and AndroidComments−tejaswiy13yHow do I do stuff like this?-(id) initWithUser:(User *) user {}instead of passing around primitive data types?
Comments
How do I do stuff like this?
-(id) initWithUser:(User *) user {
}
instead of passing around primitive data types?