X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=iphone%2FClasses%2FEmailAction.h;fp=iphone%2FClasses%2FEmailAction.h;h=0000000000000000000000000000000000000000;hb=53d340fc5fff49eaba58279f4fed3c04e48c3afb;hp=78e48e81e2e19ab4ef64204d223fb324778bdfba;hpb=71d042aff6adf6a5fb8a4d0d29dfc5ca31a80920;p=zxing.git diff --git a/iphone/Classes/EmailAction.h b/iphone/Classes/EmailAction.h deleted file mode 100644 index 78e48e81..00000000 --- a/iphone/Classes/EmailAction.h +++ /dev/null @@ -1,34 +0,0 @@ -// -// EmailAction.h -// ZXing -// -// Created by Christian Brunschen on 28/05/2008. -/* - * Copyright 2008 ZXing authors - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -#import -#include "OpenUrlAction.h" - -@interface EmailAction : OpenUrlAction { - NSString *recipient; -} - -@property (nonatomic, copy) NSString *recipient; - -- (id)initWithRecipient:(NSString *)recipient subject:(NSString *)subject body:(NSString *)body; -+ (id)actionWithRecipient:(NSString *)recipient subject:(NSString *)subject body:(NSString *)body; - -@end