Ekhoo / Device

Light weight tool for detecting the current device and screen size written in swift.
MIT License
1.7k stars 202 forks source link

Refactor/remove type inferenced variable #40

Closed cruisediary closed 7 years ago

cruisediary commented 7 years ago
  1. enum case changed

    • Simulator to `simulator
    • Unknown to unknown
  2. remove unnecessary variable should be type inferenced

Ekhoo commented 7 years ago

👍