mirror of
https://github.com/zxing/zxing.git
synced 2024-11-11 13:34:08 -08:00
2b01d912d3
git-svn-id: https://zxing.googlecode.com/svn/trunk@2204 59b500cc-1b3d-0410-9834-0bbf25fbcc57
16 lines
230 B
Objective-C
16 lines
230 B
Objective-C
//
|
|
// AztecReader.h
|
|
// ZXingWidget
|
|
//
|
|
// Created by Lukas Stabe on 08.02.12.
|
|
// Copyright (c) 2012 EOS UPTRADE GmbH. All rights reserved.
|
|
//
|
|
|
|
#import "FormatReader.h"
|
|
|
|
@interface AztecReader : FormatReader
|
|
|
|
- (id) init;
|
|
|
|
@end
|