<?php namespace App\SupportedApps\Contracts;
interface Applications {
public function defaultColour();
}