Skip to content

Change JSONAPIResource protocol func name (Swift 3 compatibility)#48

Open
v-ken wants to merge 1 commit intojoshdholtz:masterfrom
v-ken:swift3-fix
Open

Change JSONAPIResource protocol func name (Swift 3 compatibility)#48
v-ken wants to merge 1 commit intojoshdholtz:masterfrom
v-ken:swift3-fix

Conversation

@v-ken
Copy link

@v-ken v-ken commented Oct 27, 2016

-(id)ID; will be genereted to func id() -> Any? in Swift 3.0 which conflicts with internal function

This commit changes -(id)ID; to -(id)iD;

`-(id)ID;` will be genereted to `func id() -> Any?` in Swift 3.0 which conflicts with internal function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant