Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
3aedd8e824bd2315693824ed8a8b4736dc70846a
3aedd8e824bd2315693824ed8a8b4736dc70846a
Switch branch/tag
SVG
Source
External
ExCSS
Model
ISupportsMedia.cs
Find file
Normal view
History
Permalink
ISupportsMedia.cs
106 Bytes
Newer
Older
CSS Support
Eric Domke
committed
Aug 01, 2014
1
2
3
4
5
6
7
namespace
ExCSS.Model
{
interface
ISupportsMedia
{
MediaTypeList
Media
{
get
;
}
}
}