Differences From Artifact [8e2387dd06]:
- File PasswordGenerator.h — part of check-in [4514c363cd] at 2017-04-15 19:23:10 on branch trunk — Fix URL in copyright header (user: js, size: 1373) [annotate] [blame] [check-ins using]
To Artifact [a21fea91c9]:
- File PasswordGenerator.h — part of check-in [a3b521da82] at 2017-05-08 00:39:06 on branch trunk — Adjust to recent ObjFW changes (user: js, size: 1384) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - + | * POSSIBILITY OF SUCH DAMAGE. */ #import <ObjFW/ObjFW.h> @protocol PasswordGenerator @property size_t length; |