module HROOT.Class.TLegendEntry
  (
    TLegendEntry(..)
  , ITLegendEntry
  , upcastTLegendEntry
 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TLegendEntry.RawType
import HROOT.Class.TLegendEntry.Interface
import HROOT.Class.TLegendEntry.Implementation