Skip to content

Annotate type parameters in BackgroundService

Apollo Zhu requested to merge (removed):master into master

Added type parameters to declarations in BackgroundService so they are bridged to appropriate, typed Swift declarations.

Note

  • Added a new warning about migrating BackgroundService._devices to BackgroundService.devices. Changing that name in the same merge request will result in too many files for review, and should probably be renamed with other properties when all Obj-C code are type annotated.
  • I'm not very familiar with Objective-C, so I tried my best to follow Google Objective-C Style Guide

Merge request reports