From 7399fa8d0d6e06d7e64bd0a772c00585c5b78a12 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 24 Dec 2018 15:19:40 +0800 Subject: [PATCH] RooRepo.vala --- RooRepo.vala | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RooRepo.vala b/RooRepo.vala index e69de29b..b6aeaf31 100644 --- a/RooRepo.vala +++ b/RooRepo.vala @@ -0,0 +1,12 @@ +public class RooRepo : Object +{ + + + + public string id; // not really important that they are numbers.. + public string project_id; + public string description; + public string shortname; + + +} -- 2.39.2