VoiceMac/Classes/VoiceBase/VoiceBase.h

25 lines
679 B
Objective-C

/*
* VoiceBase.h
* VoiceBase
*
* Created by Mr. Gecko on 8/15/10.
* Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
*
*/
#import <VoiceBase/MGMAddons.h>
#import <VoiceBase/MGMInstance.h>
#import <VoiceBase/MGMInbox.h>
#import <VoiceBase/MGMContactsProtocol.h>
#import <VoiceBase/MGMContacts.h>
#import <VoiceBase/MGMAddressBook.h>
#import <VoiceBase/MGMGoogleContacts.h>
#import <VoiceBase/MGMSound.h>
#import <VoiceBase/MGMThemeManager.h>
#import <VoiceBase/MGMXML.h>
//MGMSIP Stuff
#import <VoiceBase/MGMSIP.h>
#import <VoiceBase/MGMSIPAccount.h>
#import <VoiceBase/MGMSIPCall.h>
#import <VoiceBase/MGMSIPURL.h>