mirror of
				https://github.com/9ParsonsB/Pulsar.git
				synced 2025-10-31 15:36:42 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			287 B
		
	
	
	
		
			C#
		
	
	
	
	
	
| using System;
 | |
| using System.Collections.Generic;
 | |
| using System.Linq;
 | |
| using System.Text;
 | |
| using System.Threading.Tasks;
 | |
| 
 | |
| namespace Observatory.UI.Models
 | |
| {
 | |
|     public class BasicUIModel
 | |
|     {
 | |
|         public string Time { get; set; }
 | |
|         public string Description { get; set; }
 | |
|     }
 | |
| }
 |