mirror of
https://github.com/zxing/zxing.git
synced 2024-11-13 22:44:09 -08:00
16 lines
230 B
C
16 lines
230 B
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
|