VoiceMac/Classes/VoiceBase/AddressBook/MGMContactsProtocol.m

25 lines
788 B
Mathematica
Raw Normal View History

2010-09-20 19:44:17 -05:00
//
// MGMAddressBookProtocol.m
// VoiceBase
//
// Created by Mr. Gecko on 8/17/10.
// Copyright (c) 2010 Mr. Gecko's Media (James Coleman). All rights reserved. http://mrgeckosmedia.com/
//
#import "MGMContactsProtocol.h"
NSString * const MGMCRecallError = @"com.MrGeckosMedia.MGMContacts.AlreadyCalled";
NSString * const MGMCRecallSender = @"sender";
NSString * const MGMCName = @"name";
NSString * const MGMCCompany = @"company";
NSString * const MGMCNumber = @"number";
NSString * const MGMCLabel = @"label";
NSString * const MGMCPhoto = @"photo";
NSString * const MGMCDocID = @"docid";
NSString * const MGMCGroupID = @"groupid";
NSString * const MGMCContactID = @"contactid";
NSString * const MGMCGoogleContactsUser = @"MGMCGoogleContactsUser";
const int MGMABPhotoSize = 64;