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
535abaf897eda5b73cc64e607f2ffabf4bb10d10
535abaf897eda5b73cc64e607f2ffabf4bb10d10
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
;
}
}
}