8 lines
123 B
Objective-C
8 lines
123 B
Objective-C
#import <ObjFW/ObjFW.h>
|
|
|
|
@interface ScryptPWGen: OFObject <OFApplicationDelegate>
|
|
{
|
|
size_t _length;
|
|
bool _repeat;
|
|
}
|
|
@end
|