mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-23 13:02:45 +00:00
7 lines
146 B
Java
7 lines
146 B
Java
package com.limelight;
|
|
|
|
/* This is a dummy class to allow for a separate icon
|
|
* and launcher for TV.
|
|
*/
|
|
public class PcViewTv extends PcView {}
|