I'm migrating my WatchKit extension code from watchOS 1 to watchOS 2. I encounter these errors about NSIndexPath:
No known class method for selector 'indexPathForRow:inSection:'
Property 'row' not found on object of type 'NSIndexPath *'
Does it mean I can not use NSIndexPath in watchOS 2 code?