=Work on Music integration

This commit is contained in:
Alex Stewart
2019-07-30 14:50:20 -07:00
parent 74ebd38fe5
commit dd828282d3
3 changed files with 42 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
package network;
import com.google.api.services.youtube.YouTube;
import offline.Ref;
public class NetworkYoutube
{
private static YouTube youtube;
public NetworkYoutube()
{
}
}