admin
2020-08-14 bbe126bc62902f3bb5d6d9db48d398efcb7f98c4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* AUTO-GENERATED FILE.  DO NOT MODIFY.
 *
 * This class was automatically generated by the
 * gradle plugin from the resource data it found. It
 * should not be modified by hand.
 */
package com.ali.member.third.ext;
 
public final class R {
    private R() {}
 
    public static final class string {
        private string() {}
 
        public static final int app_name = 0x7f0c007c;
    }
    public static final class style {
        private style() {}
 
        public static final int AppBaseTheme = 0x7f0d0007;
        public static final int AppTheme = 0x7f0d000c;
    }
}