packages feed

keera-hails-mvc-view-gtk-0.8.0: src/Hails/MVC/View/GladeView.hs

-- | The environment that contains both the view and the model.
--
-- Copyright   : (C) Keera Studios Ltd, 2013
-- License     : BSD3
-- Maintainer  : support@keera.co.uk
module Hails.MVC.View.GladeView where

-- Internal libraries
import Graphics.UI.Gtk.Builder

class GladeView a where
   ui :: a -> Builder