1234567891011121314151617181920212223242526272829303132 |
- #import <MessageUI/MFMailComposeViewController.h>
- #import <XLForm/XLForm.h>
- #import "CCHud.h"
- @interface CCAdvanced : XLFormViewController <MFMailComposeViewControllerDelegate>
- @property (nonatomic, strong) CCHud *hud;
- @end
|