2
0
MasterPassword/External/iOS/Crashlytics.framework/Modules/module.modulemap
Maarten Billemont 398f7bdb66 login name UI improvements and saved key login fix.
[IMPROVED]  -saveContent now returns YES if successful and NO if nothing changed.
[FIXED]     Fix for unsetting the login key when key is saved due to a notification race.
[IMPROVED]  UI improvements for login name.
[IMPROVED]  Remove system fonts all-over and replace with Exo2.
[IMPROVED]  Various UI improvements and fixes throughout.
2014-09-08 00:15:18 -04:00

7 lines
103 B
Plaintext

framework module Crashlytics {
umbrella header "Crashlytics.h"
export *
module * { export * }
}