00001 // 00002 // GetCoursesViewController.h 00003 // WIRemoting 00004 // 00005 // Created by Felix Huang on 09-12-08. 00006 // Copyright 2009 Webinit Consulting. All rights reserved. 00007 // 00008 00009 #import <UIKit/UIKit.h> 00010 #import "MoodleResultViewController.h" 00011 00012 @interface GetCoursesViewController : MoodleResultViewController { 00013 BOOL mineOnly; 00014 } 00015 00016 @property (assign) BOOL mineOnly; 00017 00018 @end